Socket
Socket
Sign inDemoInstall

authorized-rules

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

authorized-rules - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.eslintrc.js

31

package.json
{
"name": "authorized-rules",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc",
"test": "jest --config=tests/jest.config.unit.js"
},

@@ -18,3 +19,25 @@ "repository": {

},
"homepage": "https://github.com/guysegal/authorized-rules#readme"
"homepage": "https://github.com/guysegal/authorized-rules#readme",
"devDependencies": {
"@types/http-errors": "^1.8.0",
"@types/jest": "^26.0.20",
"@types/jsonwebtoken": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"eslint": "^7.17.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^4.3.7",
"jest": "^26.6.3",
"jsonwebtoken": "^8.5.1",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
},
"dependencies": {
"@types/jwt-decode": "^3.1.0",
"assert": "^2.0.0",
"http-errors": "^1.8.0",
"jwt-decode": "^3.1.2"
}
}
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