Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

forage-js-sdk

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forage-js-sdk - npm Package Compare versions

Comparing version 1.0.6 to 1.1.0

67

package.json
{
"name": "forage-js-sdk",
"version": "1.0.6",
"version": "1.1.0",
"private": false,

@@ -12,10 +12,9 @@ "engines": {

"start": "node scripts/start.js",
"build-cdn:internal": "GENERATE_SOURCEMAP='false' SCOPE='internal' node scripts/build.js",
"build-cdn:public": "GENERATE_SOURCEMAP='false' SCOPE='public' node scripts/build.js",
"prettier": "prettier '**/*.{ts,tsx,js,jsx,md,json,yaml,yml}' --check --config .prettierrc",
"lint": "eslint src --color --quiet --ignore-path ./.eslintignore",
"lint": "eslint src --color --ignore-path ./.eslintignore",
"test": "node scripts/test.js",
"test-coverage": "npx jest --coverage",
"test-ci": "CI='true' node scripts/test.js",
"build-npm:internal": "tsc --project ./tsconfig.internal.json",
"build-npm:public": "tsc --project ./tsconfig.public.json"
"build": "run-p build:*",
"build:npm": "tsc -p ./tsconfig.public.json",
"build:cdn": "GENERATE_SOURCEMAP='false' SCOPE='public' node scripts/build.js"
},

@@ -36,13 +35,13 @@ "dependencies": {

"@testing-library/user-event": "~13.5.0",
"@types/jest": "~27.5.2",
"@types/jsdom": "^16.0.0",
"@types/node": "~16.11.47",
"@types/jest": "27.5.1",
"@types/jsdom": "^21.1.6",
"@types/node": "~20.9.3",
"@types/qs": "~6.9.7",
"@types/react": "~18.0.17",
"@types/react-dom": "~18.0.6",
"@types/uuid": "~8.3.4",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"axios-mock-adapter": "~1.21.2",
"babel-jest": "~27.4.2",
"@types/react": "~18.2.38",
"@types/react-dom": "~18.2.16",
"@types/uuid": "~9.0.7",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"axios-mock-adapter": "~1.22.0",
"babel-jest": "29.7.0",
"babel-loader": "~8.2.3",

@@ -52,3 +51,3 @@ "babel-plugin-named-asset-import": "~0.3.8",

"bfj": "~7.0.2",
"browserslist": "~4.18.1",
"browserslist": "~4.22.1",
"camelcase": "~6.2.1",

@@ -58,3 +57,3 @@ "case-sensitive-paths-webpack-plugin": "~2.4.0",

"dotenv-expand": "~5.1.0",
"eslint": "~8.3.0",
"eslint": "~8.54.0",
"eslint-config-react-app": "~7.0.1",

@@ -65,17 +64,19 @@ "eslint-webpack-plugin": "~3.1.1",

"identity-obj-proxy": "~3.0.0",
"jest": "~27.4.3",
"jest-resolve": "~27.4.2",
"jest-watch-typeahead": "~1.0.0",
"jest": "27.5.1",
"jest-environment-jsdom": "27.5.1",
"jest-resolve": "27.5.1",
"jest-watch-typeahead": "~2.2.2",
"jsdom": "^22.1.0",
"moment-timezone": "~0.5.37",
"prettier": "~2.7.1",
"npm-run-all": "^4.1.5",
"prompts": "~2.4.2",
"react-refresh": "~0.11.0",
"resolve": "~1.20.0",
"semver": "~7.3.5",
"react-refresh": "~0.14.0",
"resolve": "~1.22.8",
"semver": "~7.5.4",
"source-map-loader": "~3.0.0",
"terser-webpack-plugin": "~5.2.5",
"typescript": "~4.7.4",
"terser-webpack-plugin": "~5.3.9",
"typescript": "^5.3.3",
"web-vitals": "~2.1.4",
"webpack": "~5.64.4",
"webpack-dev-server": "~4.6.0",
"webpack": "~5.89.0",
"webpack-dev-server": "~4.15.1",
"webpack-manifest-plugin": "~4.0.2",

@@ -136,10 +137,10 @@ "workbox-webpack-plugin": "~6.4.1"

"moduleFileExtensions": [
"web.js",
"js",
"ts",
"web.ts",
"ts",
"web.js",
"web.tsx",
"web.jsx",
"tsx",
"json",
"web.jsx",
"jsx",

@@ -146,0 +147,0 @@ "node"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc