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

jwt-generator

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jwt-generator - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

27

package.json

@@ -13,5 +13,5 @@ {

"node": ">=4 <9",
"npm": ">=2 <9"
"npm": ">=2 <6"
},
"version": "3.0.1",
"version": "3.0.2",
"description": "Generates 'json web token' (JWT) by using the API of the authentication server.",

@@ -22,3 +22,2 @@ "main": "dist/index.js",

"build": "npm run clean && babel src --out-dir dist --source-maps --minified",
"cover": "istanbul cover _mocha -- --recursive -t 10000",
"lint": "eslint .",

@@ -38,25 +37,25 @@ "prepublish": "npm run build",

"http-as-promised": "^1",
"joi-browser": "^10.6.1",
"joi-browser": "^13.0.1",
"jsonwebtoken": ">=7 <9",
"lru-cache": "^4",
"moment": "^2.11.2"
"moment": "^2.19.3"
},
"devDependencies": {
"ajv": "^5.2.3",
"ajv": "^5.5.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"chance": "^1.0.11",
"chance": "^1.0.12",
"coveralls": "^3.0.0",
"cross-env": "^5.0.5",
"eslint": "^4.8.0",
"cross-env": "^5.1.0",
"eslint": "^4.12.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^4.0.1",
"nock": "^9.0.22",
"nyc": "^11.2.1",
"nock": "^9.1.3",
"nyc": "^11.4.0",
"rimraf": "^2.6.2"

@@ -63,0 +62,0 @@ },

@@ -76,3 +76,2 @@ # Home Automation - JSON Web Token (JWT) Generator

[notifications-url]: https://github.com/OronNadiv/notifications-api
[storage-url]: https://github.com/OronNadiv/storage-api
[ui-url]: https://github.com/OronNadiv/home-automation-ui
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