New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wavesenterprise/api-token-refresher

Package Overview
Dependencies
Maintainers
9
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wavesenterprise/api-token-refresher - npm Package Compare versions

Comparing version 2.3.0-RC3 to 3.0.0-RC1

.env

37

package.json
{
"name": "@wavesenterprise/api-token-refresher",
"version": "2.3.0-RC3",
"version": "3.0.0-RC1",
"description": "",
"scripts": {
"build": "npx webpack --config webpack/webpack.config.js --mode=production --progress --display-error-details && npx tsc",
"build:dev": "npx webpack --config webpack/webpack.config.js --mode=development --progress --display-error-details && npx tsc",
"build:tsc": "node scripts/buildTsc.js"
"build": "webpack --config webpack/webpack.config.js --mode=production --progress --display-error-details",
"lint": "npx eslint . --ext .ts,.tsx,.js",
"tsc": "npx tsc --noEmit",
"test-ci": "npm i && npm run lint && npm run tsc"
},

@@ -13,20 +14,20 @@ "author": "Mikhail Tokarev",

"devDependencies": {
"@types/jwt-decode": "^2.2.1",
"@types/node-fetch": "2.5.0",
"@types/superagent": "^4.1.3",
"prettier": "1.18.2",
"ts-loader": "6.0.4",
"typescript": "3.5.2",
"webpack": "4.39.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "3.3.4",
"webpack-dev-server": "3.7.1",
"yargs": "^13.2.4"
"@babel/core": "^7.12.3",
"@types/jwt-decode": "^3.1.0",
"@wavesenterprise/eslint-config": "^0.1.0",
"dotenv": "^8.2.0",
"eslint": "^7.10.0",
"ts-loader": "6.2.1",
"ts-node": "^9.0.0",
"typescript": "^3.9.5",
"webpack": "4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "3.7.1"
},
"dependencies": {
"axios": "0.19.1",
"cross-fetch": "3.0.4",
"jwt-decode": "^2.2.0"
"axios": "0.21.0",
"cross-fetch": "3.0.6",
"jwt-decode": "3.1.1"
},
"peerDependencies": {}
}
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