From 87e25e1f08d1f275e42de464753110a04c9b19b4 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Sun, 25 Feb 2024 14:51:28 +0000 Subject: [PATCH 1/4] Create techstack.yml --- techstack.yml | 920 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 920 insertions(+) create mode 100644 techstack.yml diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 0000000..2ee5e19 --- /dev/null +++ b/techstack.yml @@ -0,0 +1,920 @@ +repo_name: tkim/scope +report_id: c2c9f6e99eb9d767d8972c7c67ead227 +version: 0.1 +repo_type: Public +timestamp: '2024-02-25T14:51:25+00:00' +requested_by: tkim +provider: github +branch: master +detected_tools_count: 65 +tools: +- name: CSS 3 + description: The latest evolution of the Cascading Style Sheets language + website_url: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3 + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/6727/css.png + detection_source_url: https://github.com/tkim/scope + detection_source: Repo Metadata +- name: JavaScript + description: Lightweight, interpreted, object-oriented language with first-class + functions + website_url: https://developer.mozilla.org/en-US/docs/Web/JavaScript + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/1209/javascript.jpeg + detection_source_url: https://github.com/tkim/scope + detection_source: Repo Metadata +- name: Autoprefixer + description: PostCSS plugin to parse CSS and add vendor prefixes to CSS rules + website_url: https://github.com/postcss/autoprefixer + open_source: false + hosted_saas: false + category: Languages & Frameworks + sub_category: CSS Pre-processors / Extensions + image_url: https://img.stackshare.io/service/2202/72d087642cfce6fef6f2dabec5bf49e8_400x400.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/package.json + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: React + description: A JavaScript library for building user interfaces + website_url: https://reactjs.org/ + version: 15.4.1 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: Javascript UI Libraries + image_url: https://img.stackshare.io/service/1020/OYIaJ1KK.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: css-loader + description: Helps webpack to collect CSS from all the css files + website_url: https://github.com/webpack-contrib/css-loader + license: MIT + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: CSS Pre-processors / Extensions + image_url: https://img.stackshare.io/service/8074/default_d2b16fd6997fb2e164de645a34f9b8d5a880d999.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/package.json + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: Babel + description: Use next generation JavaScript, today. + website_url: http://babeljs.io/ + version: 6.17.0 + license: MIT + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: JavaScript Compilers + image_url: https://img.stackshare.io/service/2739/-1wfGjNw.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: Dotenv + description: Loads environment variables from .env for Nodejs projects + website_url: https://github.com/motdotla/dotenv + license: BSD-2-Clause + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Server Configuration and Automation + image_url: https://img.stackshare.io/service/8067/default_90dcb1286af7685c68df319c764b80704df1155b.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/package.json + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: ESLint + description: The fully pluggable JavaScript code quality tool + website_url: http://eslint.org/ + license: MIT + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Code Review + image_url: https://img.stackshare.io/service/3337/Q4L7Jncy.jpg + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/package.json + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 02:21:08.000000000 Z +- name: Git + description: Fast, scalable, distributed revision control system + website_url: http://git-scm.com/ + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Version Control System + image_url: https://img.stackshare.io/service/1046/git.png + detection_source_url: https://github.com/tkim/scope + detection_source: Repo Metadata +- name: Jest + description: Painless JavaScript Unit Testing + website_url: http://facebook.github.io/jest/ + version: 17.0.2 + license: MIT + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Javascript Testing Framework + image_url: https://img.stackshare.io/service/830/jest.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 02:21:08.000000000 Z +- name: Webpack + description: A bundler for javascript and friends + website_url: http://webpack.js.org + version: 1.14.0 + license: MIT + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: JS Build Tools / JS Task Runners + image_url: https://img.stackshare.io/service/1682/IMG_4636.PNG + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-05 03:11:11.000000000 Z +- name: Yarn + description: A new package manager for JavaScript + website_url: https://yarnpkg.com/ + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Front End Package Manager + image_url: https://img.stackshare.io/service/5848/44mC-kJ3.jpg + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/yarn.lock + last_updated_by: davidwells + last_updated_on: 2016-12-13 02:21:08.000000000 Z +- name: npm + description: The package manager for JavaScript. + website_url: https://www.npmjs.com/ + open_source: false + hosted_saas: false + category: Build, Test, Deploy + sub_category: Front End Package Manager + image_url: https://img.stackshare.io/service/1120/lejvzrnlpb308aftn31u.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/package.json + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 02:21:08.000000000 Z +- name: Serverless + description: The most widely-adopted toolkit for building serverless applications + website_url: https://github.com/serverless/serverless + license: MIT + open_source: true + hosted_saas: false + category: Application Hosting + sub_category: Serverless / Task Processing + image_url: https://img.stackshare.io/service/5095/serverless-logo.png + detection_source_url: https://github.com/tkim/scope/blob/master/backend/serverless.yml + detection_source: backend/serverless.yml + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:11:55.000000000 Z +- name: axios + description: Promise based HTTP client for the browser and node.js + website_url: https://github.com/mzabriskie/axios + version: 0.15.3 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: Javascript Utilities & Libraries + image_url: https://img.stackshare.io/no-img-open-source.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/package.json + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-20 03:36:24.000000000 Z +- name: chalk + description: terminal colors + website_url: https://github.com/chalk/chalk + open_source: false + hosted_saas: false + image_url: https://img.stackshare.io/service/8072/13122722.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/package.json + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: assets-webpack-plugin + description: Emits a json file with assets paths + package_url: https://www.npmjs.com/assets-webpack-plugin + version: 3.5.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/17343/default_2613a99266d0023b6108b16e4d6613c439a64039.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/package.json + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-05 03:11:11.000000000 Z +- name: aws-sdk + description: AWS SDK for JavaScript + package_url: https://www.npmjs.com/aws-sdk + version: 2.18.0 + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16018/default_7a88bebb451873cc63bd99007de5bd3bb8ef85de.png + detection_source_url: https://github.com/tkim/scope/blob/master/backend/package.json + detection_source: backend/package.json + last_updated_by: Nikos + last_updated_on: 2017-02-23 14:00:56.000000000 Z + vulnerabilities: + - name: Prototype Pollution via file load in aws-sdk and @aws-sdk/shared-ini-file-loader + cve_id: CVE-2020-28472 + cve_url: https://github.com/advisories/GHSA-rrc9-gqf8-8rwg + detected_date: Jan 28 + severity: high + first_patched: 2.814.0 +- name: babel-core + description: Babel compiler core + package_url: https://www.npmjs.com/babel-core + version: 6.17.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15798/default_db4a7791d2f1174547374b9b587bc10fec088a5a.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: babel-eslint + description: Custom parser for ESLint + package_url: https://www.npmjs.com/babel-eslint + version: 7.1.1 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15803/default_db4a7791d2f1174547374b9b587bc10fec088a5a.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: babel-jest + description: Jest plugin to use babel for transformation + package_url: https://www.npmjs.com/babel-jest + version: 17.0.2 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15839/default_4479dbac220be99e50e724b2df6cf415241d71fd.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: babel-loader + description: Babel module loader for webpack + package_url: https://www.npmjs.com/babel-loader + version: 6.2.7 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15800/default_4acafe585186b4157fa23322ae7ca89e24b5cdef.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: babel-preset-react-app + description: Babel preset used by Create React App + package_url: https://www.npmjs.com/babel-preset-react-app + version: 2.0.1 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16089/default_c7b204838197013798409fa2b4dafce450edc7fb.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-02-08 04:11:57.000000000 Z +- name: case-sensitive-paths-webpack-plugin + description: Enforces module path case sensitivity in Webpack + package_url: https://www.npmjs.com/case-sensitive-paths-webpack-plugin + version: 1.1.4 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16073/default_5fd43aeff4d6a935abc13737de01a0355210499d.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-02-07 19:00:59.000000000 Z +- name: chalk + description: Terminal string styling done right + package_url: https://www.npmjs.com/chalk + version: 1.1.3 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15813/default_db4a7791d2f1174547374b9b587bc10fec088a5a.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: cheerio + description: Fast, flexible, and lean implementation of core jQuery + package_url: https://www.npmjs.com/cheerio + version: 0.22.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15949/default_54b691c123fc8979741e800e4dcd3936c0f3b246.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/package.json + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-02-08 04:11:57.000000000 Z +- name: connect-history-api-fallback + description: Provides a fallback for non-existing directories so that the HTML 5 + history API can be used + package_url: https://www.npmjs.com/connect-history-api-fallback + version: 1.3.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16214/default_180418c6fa6cdb8f7a3500f84a8fedb884fcb3fa.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: cross-spawn + description: Cross platform child_process#spawn and child_process#spawnSync + package_url: https://www.npmjs.com/cross-spawn + version: 4.0.2 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16069/default_5fd43aeff4d6a935abc13737de01a0355210499d.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: deepmerge + description: A library for deep + package_url: https://www.npmjs.com/deepmerge + version: 1.3.2 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16179/default_77b54a203c743d16eddb6b6390cba17218454fa0.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/package.json + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-02-08 04:11:57.000000000 Z +- name: detect-port + description: Node.js implementation of port detector + package_url: https://www.npmjs.com/detect-port + version: 1.0.1 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16949/default_caea01ce44a5fd1bb200d8fc0f8f2a1695b4e569.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: eslint-config-react-app + description: ESLint configuration used by Create React App + package_url: https://www.npmjs.com/eslint-config-react-app + version: 0.5.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16088/default_c7b204838197013798409fa2b4dafce450edc7fb.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: eslint-loader + description: ESlint loader for webpack + package_url: https://www.npmjs.com/eslint-loader + version: 1.6.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15889/default_724d5bc657ec09174564f19f2a5d26098549124a.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: eslint-plugin-flowtype + description: Flowtype linting rules for ESLint + package_url: https://www.npmjs.com/eslint-plugin-flowtype + version: 2.21.0 + license: BSD-3-Clause + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15940/default_f49d4c116f8ea0155f4d92673b084378bba02760.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-05 03:11:11.000000000 Z +- name: eslint-plugin-import + description: Import with sanity + package_url: https://www.npmjs.com/eslint-plugin-import + version: 2.0.1 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15806/default_98aa227f51aa9d787815ec3fd98d0ab2bfebbb91.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-05 03:11:11.000000000 Z +- name: eslint-plugin-jsx-a11y + description: Static AST checker for accessibility rules on JSX elements + package_url: https://www.npmjs.com/eslint-plugin-jsx-a11y + version: 2.2.3 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15845/default_6743ba96cf149a3c3c68a185199f9705d6eff80e.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-05 03:11:11.000000000 Z +- name: eslint-plugin-react + description: React specific linting rules for ESLint + package_url: https://www.npmjs.com/eslint-plugin-react + version: 6.4.1 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15817/default_14fd11531839d935f920b6d55bd6f3528c890ad7.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: extract-text-webpack-plugin + description: Extract text from bundle into a file + package_url: https://www.npmjs.com/extract-text-webpack-plugin + version: 1.0.1 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15855/default_a2f722724df977d0f7752839e5d8845ab41f69d5.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: file-loader + description: A file loader module for webpack + package_url: https://www.npmjs.com/file-loader + version: 0.9.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15834/default_4479dbac220be99e50e724b2df6cf415241d71fd.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: filesize + description: JavaScript library to generate a human readable String describing the + file size + package_url: https://www.npmjs.com/filesize + version: 3.3.0 + license: BSD-3-Clause + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16611/default_5a21421012fa20e57fe0aeab31228f42e7118abc.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: fs-extra + description: Fs-extra contains methods that aren't included in the vanilla Node.js + fs package + package_url: https://www.npmjs.com/fs-extra + version: 0.30.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15836/default_b71c906aeda030a5e2f1fe40bf12a93be52404ab.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: gzip-size + description: Get the gzipped size of a string or buffer + package_url: https://www.npmjs.com/gzip-size + version: 3.0.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16649/default_e654289254bcb9b55e3dca992739e962dc0c7297.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: html-webpack-plugin + description: Simplifies creation of HTML files to serve your webpack bundles + package_url: https://www.npmjs.com/html-webpack-plugin + version: 2.24.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15841/default_5e5e8ac63beda29f31f1844df64d4b8247570a66.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-02-08 04:11:57.000000000 Z +- name: http-proxy-middleware + description: The one-liner node.js proxy middleware for connect + package_url: https://www.npmjs.com/http-proxy-middleware + version: 0.17.2 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16167/default_77b54a203c743d16eddb6b6390cba17218454fa0.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: json-loader + description: Json loader module for webpack + package_url: https://www.npmjs.com/json-loader + version: 0.5.4 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15995/default_200de1a6fc4121e019ce4a5b0cf9ad37c7756e2d.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: lodash.debounce + description: The lodash method `_.debounce` exported as a module + package_url: https://www.npmjs.com/lodash.debounce + version: 4.0.8 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16481/default_73c88a18b684e01cbdbf945631a40a44aff5a777.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/package.json + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-07 03:21:19.000000000 Z +- name: lodash.isempty + description: The lodash method `_.isEmpty` exported as a module + package_url: https://www.npmjs.com/lodash.isempty + version: 4.4.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/17346/default_2f1b682e838d69744876821bf705f0b2974318b1.png + detection_source_url: https://github.com/tkim/scope/blob/master/backend/package.json + detection_source: backend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:11:55.000000000 Z +- name: object-assign + description: ES2015 `Object.assign + package_url: https://www.npmjs.com/object-assign + version: 4.1.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16015/default_7a88bebb451873cc63bd99007de5bd3bb8ef85de.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: path-exists + description: Check if a path exists + package_url: https://www.npmjs.com/path-exists + version: 2.1.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16765/default_661bbd7f9556b6c5c0b8be11cd13e1813fc5c977.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-02-07 19:00:59.000000000 Z +- name: postcss-color-function + description: PostCSS plugin to transform W3C CSS color function to more compatible + CSS + package_url: https://www.npmjs.com/postcss-color-function + version: 2.0.1 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/17634/default_b06ec1ccf403dac1459596b8571a4fb6a46577e1.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/package.json + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: postcss-import + description: PostCSS plugin to import CSS files + package_url: https://www.npmjs.com/postcss-import + version: 9.0.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16086/default_d4e765f8a43dcfd232c8b9ee9732058bc27c727a.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/package.json + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: postcss-loader + description: PostCSS loader for webpack + package_url: https://www.npmjs.com/postcss-loader + version: 1.0.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15876/default_6743ba96cf149a3c3c68a185199f9705d6eff80e.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: postcss-mixins + description: PostCSS plugin for mixins + package_url: https://www.npmjs.com/postcss-mixins + version: 5.4.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/17610/default_ce23f9fa63028502fe46082904fea3786d97bed3.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/package.json + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: postcss-nested + description: PostCSS plugin to unwrap nested rules like how Sass does it + package_url: https://www.npmjs.com/postcss-nested + version: 1.0.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16575/default_9d292a50abc76f1f74581b311ad930a616b1785c.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/package.json + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: postcss-simple-vars + description: PostCSS plugin for Sass-like variables + package_url: https://www.npmjs.com/postcss-simple-vars + version: 3.0.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/17265/default_9b05b1c3b13fc328bf76b8d3fea01ff4688c0c1d.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/package.json + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: promise + description: Bare bones Promises/A+ implementation + package_url: https://www.npmjs.com/promise + version: 7.1.1 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16093/default_5a461d436012a0c4024534aaba303dcdb0297d24.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: react-dev-utils + description: Webpack utilities used by Create React App + package_url: https://www.npmjs.com/react-dev-utils + version: 0.4.2 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16112/default_efe4f0184d007a28e793d89a59e058b742bc9177.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z + vulnerabilities: + - name: react-dev-utils OS Command Injection in function `getProcessForPort` + cve_id: CVE-2021-24033 + cve_url: https://github.com/advisories/GHSA-5q6m-3h65-w53x + detected_date: Aug 22 + severity: moderate + first_patched: 11.0.4 +- name: react-dom + description: React package for working with the DOM + package_url: https://www.npmjs.com/react-dom + version: 15.4.1 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15808/default_14fd11531839d935f920b6d55bd6f3528c890ad7.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: recursive-readdir + description: Get an array of all files in a directory and subdirectories + package_url: https://www.npmjs.com/recursive-readdir + version: 2.1.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16636/default_5a21421012fa20e57fe0aeab31228f42e7118abc.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: strip-ansi + description: Strip ANSI escape codes from a string + package_url: https://www.npmjs.com/strip-ansi + version: 3.0.1 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16331/default_97104dc50154593d2dde1d791400955934c9c715.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z +- name: style-loader + description: Style loader module for webpack + package_url: https://www.npmjs.com/style-loader + version: 0.13.1 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15822/default_004658cda9b38934f2871435e9dc15608c86e8be.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: sync-request + description: Make synchronous web requests + package_url: https://www.npmjs.com/sync-request + version: 3.0.1 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/17190/default_9fc4b0c75e3fd0ca34b2b1e215b90fd3d79ddde3.png + detection_source_url: https://github.com/tkim/scope/blob/master/backend/package.json + detection_source: backend/package.json + last_updated_by: Nikos + last_updated_on: 2017-02-23 14:00:56.000000000 Z +- name: url-loader + description: A loader for webpack which transforms files into base64 URIs + package_url: https://www.npmjs.com/url-loader + version: 0.5.7 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15858/default_a2f722724df977d0f7752839e5d8845ab41f69d5.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-24 05:10:52.000000000 Z +- name: webpack-dev-server + description: Serves a webpack app. Updates the browser on changes + package_url: https://www.npmjs.com/webpack-dev-server + version: 1.16.2 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/15821/default_64690bc3e49bcee57094e51a7a26c620c48dbd82.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-05 03:11:11.000000000 Z + vulnerabilities: + - name: Missing Origin Validation in webpack-dev-server + cve_id: CVE-2018-14732 + cve_url: https://github.com/advisories/GHSA-cf66-xwfp-gvc4 + detected_date: Aug 22 + severity: high + first_patched: 3.1.11 +- name: webpack-manifest-plugin + description: Webpack plugin for generating asset manifests + package_url: https://www.npmjs.com/webpack-manifest-plugin + version: 1.1.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16158/default_351a89f21bfb241e8dabeb1444cf56f529948708.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2017-01-05 03:11:11.000000000 Z +- name: whatwg-fetch + description: A window.fetch polyfill + package_url: https://www.npmjs.com/whatwg-fetch + version: 1.0.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: npm Packages + image_url: https://img.stackshare.io/package/16094/default_63a34654baee757196ddff2457bd1c9a0dfb7287.png + detection_source_url: https://github.com/tkim/scope/blob/master/frontend/yarn.lock + detection_source: frontend/package.json + last_updated_by: davidwells + last_updated_on: 2016-12-13 03:53:36.000000000 Z From fe192293bfc2c772c8db627feedb5577552e6e19 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Sun, 25 Feb 2024 14:51:29 +0000 Subject: [PATCH 2/4] Create techstack.md --- techstack.md | 264 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 264 insertions(+) create mode 100644 techstack.md diff --git a/techstack.md b/techstack.md new file mode 100644 index 0000000..dc752b5 --- /dev/null +++ b/techstack.md @@ -0,0 +1,264 @@ + +
+ +# Tech Stack File +![](https://img.stackshare.io/repo.svg "repo") [tkim/scope](https://github.com/tkim/scope)![](https://img.stackshare.io/public_badge.svg "public") +

+|65
Tools used|02/25/24
Report generated| +|------|------| +
+ +## Languages (2) + + + + + + +
+ CSS 3 +
+ CSS 3 +
+ +
+ JavaScript +
+ JavaScript +
+ +
+ +## Frameworks (3) + + + + + + + + +
+ Autoprefixer +
+ Autoprefixer +
+ +
+ React +
+ React +
+ v15.4.1 +
+ css-loader +
+ css-loader +
+ +
+ +## DevOps (8) + + + + + + + + + + + + + + + + + + +
+ Babel +
+ Babel +
+ v6.17.0 +
+ Dotenv +
+ Dotenv +
+ +
+ ESLint +
+ ESLint +
+ +
+ Git +
+ Git +
+ +
+ Jest +
+ Jest +
+ v17.0.2 +
+ Webpack +
+ Webpack +
+ v1.14.0 +
+ Yarn +
+ Yarn +
+ +
+ npm +
+ npm +
+ +
+ +## Hosting (1) + + + + +
+ Serverless +
+ Serverless +
+ +
+ +## Other (2) + + + + + + +
+ axios +
+ axios +
+ v0.15.3 +
+ chalk +
+ chalk +
+ +
+ + +## Open source packages (49) + +## npm (49) + +|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES| +|:------|:------|:------|:------|:------|:------| +|[assets-webpack-plugin](https://www.npmjs.com/assets-webpack-plugin)|v3.5.0|01/05/17|davidwells |MIT|N/A| +|[aws-sdk](https://www.npmjs.com/aws-sdk)|v2.18.0|02/23/17|Nikos |Apache-2.0|[CVE-2020-28472](https://github.com/advisories/GHSA-rrc9-gqf8-8rwg) (High)| +|[babel-core](https://www.npmjs.com/babel-core)|v6.17.0|12/13/16|davidwells |MIT|N/A| +|[babel-eslint](https://www.npmjs.com/babel-eslint)|v7.1.1|12/13/16|davidwells |MIT|N/A| +|[babel-jest](https://www.npmjs.com/babel-jest)|v17.0.2|12/13/16|davidwells |MIT|N/A| +|[babel-loader](https://www.npmjs.com/babel-loader)|v6.2.7|01/24/17|davidwells |MIT|N/A| +|[babel-preset-react-app](https://www.npmjs.com/babel-preset-react-app)|v2.0.1|02/08/17|davidwells |MIT|N/A| +|[case-sensitive-paths-webpack-plugin](https://www.npmjs.com/case-sensitive-paths-webpack-plugin)|v1.1.4|02/07/17|davidwells |MIT|N/A| +|[chalk](https://www.npmjs.com/chalk)|v1.1.3|12/13/16|davidwells |MIT|N/A| +|[cheerio](https://www.npmjs.com/cheerio)|v0.22.0|02/08/17|davidwells |MIT|N/A| +|[connect-history-api-fallback](https://www.npmjs.com/connect-history-api-fallback)|v1.3.0|12/13/16|davidwells |MIT|N/A| +|[cross-spawn](https://www.npmjs.com/cross-spawn)|v4.0.2|12/13/16|davidwells |MIT|N/A| +|[deepmerge](https://www.npmjs.com/deepmerge)|v1.3.2|02/08/17|davidwells |MIT|N/A| +|[detect-port](https://www.npmjs.com/detect-port)|v1.0.1|12/13/16|davidwells |MIT|N/A| +|[eslint-config-react-app](https://www.npmjs.com/eslint-config-react-app)|v0.5.0|01/24/17|davidwells |MIT|N/A| +|[eslint-loader](https://www.npmjs.com/eslint-loader)|v1.6.0|01/24/17|davidwells |MIT|N/A| +|[eslint-plugin-flowtype](https://www.npmjs.com/eslint-plugin-flowtype)|v2.21.0|01/05/17|davidwells |BSD-3-Clause|N/A| +|[eslint-plugin-import](https://www.npmjs.com/eslint-plugin-import)|v2.0.1|01/05/17|davidwells |MIT|N/A| +|[eslint-plugin-jsx-a11y](https://www.npmjs.com/eslint-plugin-jsx-a11y)|v2.2.3|01/05/17|davidwells |MIT|N/A| +|[eslint-plugin-react](https://www.npmjs.com/eslint-plugin-react)|v6.4.1|01/24/17|davidwells |MIT|N/A| +|[extract-text-webpack-plugin](https://www.npmjs.com/extract-text-webpack-plugin)|v1.0.1|01/24/17|davidwells |MIT|N/A| +|[file-loader](https://www.npmjs.com/file-loader)|v0.9.0|01/24/17|davidwells |MIT|N/A| +|[filesize](https://www.npmjs.com/filesize)|v3.3.0|12/13/16|davidwells |BSD-3-Clause|N/A| +|[fs-extra](https://www.npmjs.com/fs-extra)|v0.30.0|12/13/16|davidwells |MIT|N/A| +|[gzip-size](https://www.npmjs.com/gzip-size)|v3.0.0|12/13/16|davidwells |MIT|N/A| +|[html-webpack-plugin](https://www.npmjs.com/html-webpack-plugin)|v2.24.0|02/08/17|davidwells |MIT|N/A| +|[http-proxy-middleware](https://www.npmjs.com/http-proxy-middleware)|v0.17.2|12/13/16|davidwells |MIT|N/A| +|[json-loader](https://www.npmjs.com/json-loader)|v0.5.4|01/24/17|davidwells |MIT|N/A| +|[lodash.debounce](https://www.npmjs.com/lodash.debounce)|v4.0.8|01/07/17|davidwells |MIT|N/A| +|[lodash.isempty](https://www.npmjs.com/lodash.isempty)|v4.4.0|01/24/17|davidwells |MIT|N/A| +|[object-assign](https://www.npmjs.com/object-assign)|v4.1.0|12/13/16|davidwells |MIT|N/A| +|[path-exists](https://www.npmjs.com/path-exists)|v2.1.0|02/07/17|davidwells |MIT|N/A| +|[postcss-color-function](https://www.npmjs.com/postcss-color-function)|v2.0.1|01/24/17|davidwells |MIT|N/A| +|[postcss-import](https://www.npmjs.com/postcss-import)|v9.0.0|01/24/17|davidwells |MIT|N/A| +|[postcss-loader](https://www.npmjs.com/postcss-loader)|v1.0.0|01/24/17|davidwells |MIT|N/A| +|[postcss-mixins](https://www.npmjs.com/postcss-mixins)|v5.4.0|01/24/17|davidwells |MIT|N/A| +|[postcss-nested](https://www.npmjs.com/postcss-nested)|v1.0.0|01/24/17|davidwells |MIT|N/A| +|[postcss-simple-vars](https://www.npmjs.com/postcss-simple-vars)|v3.0.0|01/24/17|davidwells |MIT|N/A| +|[promise](https://www.npmjs.com/promise)|v7.1.1|12/13/16|davidwells |MIT|N/A| +|[react-dev-utils](https://www.npmjs.com/react-dev-utils)|v0.4.2|01/24/17|davidwells |MIT|[CVE-2021-24033](https://github.com/advisories/GHSA-5q6m-3h65-w53x) (Moderate)| +|[react-dom](https://www.npmjs.com/react-dom)|v15.4.1|01/24/17|davidwells |MIT|N/A| +|[recursive-readdir](https://www.npmjs.com/recursive-readdir)|v2.1.0|12/13/16|davidwells |MIT|N/A| +|[strip-ansi](https://www.npmjs.com/strip-ansi)|v3.0.1|12/13/16|davidwells |MIT|N/A| +|[style-loader](https://www.npmjs.com/style-loader)|v0.13.1|01/24/17|davidwells |MIT|N/A| +|[sync-request](https://www.npmjs.com/sync-request)|v3.0.1|02/23/17|Nikos |MIT|N/A| +|[url-loader](https://www.npmjs.com/url-loader)|v0.5.7|01/24/17|davidwells |MIT|N/A| +|[webpack-dev-server](https://www.npmjs.com/webpack-dev-server)|v1.16.2|01/05/17|davidwells |MIT|[CVE-2018-14732](https://github.com/advisories/GHSA-cf66-xwfp-gvc4) (High)| +|[webpack-manifest-plugin](https://www.npmjs.com/webpack-manifest-plugin)|v1.1.0|01/05/17|davidwells |MIT|N/A| +|[whatwg-fetch](https://www.npmjs.com/whatwg-fetch)|v1.0.0|12/13/16|davidwells |MIT|N/A| + +
+
+ +Generated via [Stack File](https://github.com/marketplace/stack-file) From ff89ecdcc3799a4df8128458519f1067b2fefba3 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 29 Feb 2024 20:39:36 +0000 Subject: [PATCH 3/4] Update techstack.yml --- techstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.yml b/techstack.yml index 2ee5e19..f9ddd6d 100644 --- a/techstack.yml +++ b/techstack.yml @@ -2,7 +2,7 @@ repo_name: tkim/scope report_id: c2c9f6e99eb9d767d8972c7c67ead227 version: 0.1 repo_type: Public -timestamp: '2024-02-25T14:51:25+00:00' +timestamp: '2024-02-29T20:14:23+00:00' requested_by: tkim provider: github branch: master From 7aca0ae5c81f8777dc8d903adb214ce3d7a86959 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 29 Feb 2024 20:39:36 +0000 Subject: [PATCH 4/4] Update techstack.md --- techstack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.md b/techstack.md index dc752b5..74a847a 100644 --- a/techstack.md +++ b/techstack.md @@ -44,7 +44,7 @@ Full tech stack [here](/techstack.md) # Tech Stack File ![](https://img.stackshare.io/repo.svg "repo") [tkim/scope](https://github.com/tkim/scope)![](https://img.stackshare.io/public_badge.svg "public")

-|65
Tools used|02/25/24
Report generated| +|65
Tools used|02/29/24
Report generated| |------|------|