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

oidc

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oidc - npm Package Compare versions

Comparing version 0.6.0 to 0.6.2

docker-compose.yml

27

Gruntfile.js

@@ -28,3 +28,3 @@ 'use strict';

},
src: config.targets.test
src: config.targets.test
},

@@ -36,3 +36,3 @@ ci: {

spec: '-',
'mocha-junit-reporter': '-'
'mocha-junit-reporter': '-'
},

@@ -42,3 +42,3 @@ timeout: config.timeout,

},
src: config.targets.test
src: config.targets.test
}

@@ -79,21 +79,2 @@ },

tasks: ['default']
},
waitServer: {
rabbimtmq: {
options: {
delay: 5,
net: {
host: 'rabbitmq',
port: '15672'
}
}
},
redis: {
options: {
net: {
host: 'redis',
port: '6379'
}
}
}
}

@@ -112,3 +93,3 @@ });

grunt.registerTask('default', ['env:all', 'clean', 'jshint:stdout', 'mochaTest:stdout']);
grunt.registerTask('ci', ['waitServer', 'env:all', 'clean', 'jshint:stdout', 'jshint:checkstyle', 'mochaTest:ci', 'mocha_istanbul']);
grunt.registerTask('ci', ['env:all', 'clean', 'jshint:stdout', 'jshint:checkstyle', 'mochaTest:ci', 'mocha_istanbul']);
};
{
"name": "oidc",
"version": "0.6.0",
"version": "0.6.2",
"description": "Middleware for a bunch of common web servers to handle OIDC authentication.",

@@ -33,3 +33,3 @@ "keywords": [

"cookie": "0.3.1",
"debug": "2.6.8",
"debug": "2.6.9",
"jsonwebtoken": "7.4.1",

@@ -36,0 +36,0 @@ "lodash": "4.17.4",

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