Socket
Socket
Sign inDemoInstall

@reaktor-internal/authorization-client

Package Overview
Dependencies
7
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

31

package.json
{
"name": "@reaktor-internal/authorization-client",
"version": "1.0.5",
"version": "1.0.6",
"description": "Reaktor authorization service client",
"repository": "https://github.com/reaktor/authorization",
"repository": "https://github.com/reaktor/auth",
"email": "tools@reaktor.com",

@@ -12,23 +12,13 @@ "license": "UNLICENSED",

"test": "npm run lint",
"pre-push": "npm test",
"init-config": "awk -F = '{print $1}' secrets.env.template | grep '[^$]' | xargs -P 100 -I {} heroku config:get -a reaktor-authorization -s {} | sed \"s/\\(DATABASE_URL=.*\\)'$/\\1?ssl=true'/\" | sort > secrets.env",
"watch": "NODE_ENV=test nodemon -V src/client.js",
"start": "node src/client.js"
},
"pre-push": "pre-push",
"dependencies": {
"node-fetch": "^2.1.2"
"node-fetch": "^2.3.0"
},
"devDependencies": {
"eslint": "^4.18.1",
"eslint-plugin-filenames": "^1.2.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^3.6.0",
"koa": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.4.0",
"mocha": "^5.0.1",
"nodemon": "^1.17.2",
"pre-push": "^0.1.1",
"prettier": "1.11.1"
"eslint": "^5.15.3",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1",
"prettier": "1.16.4"
},

@@ -42,6 +32,3 @@ "eslintConfig": {

"sourceType": "script",
"ecmaVersion": 2017,
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
"ecmaVersion": 2018
},

@@ -48,0 +35,0 @@ "plugins": [

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc