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

@okta/oidc-middleware

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@okta/oidc-middleware - npm Package Compare versions

Comparing version

to
0.1.1

23

package.json
{
"name": "@okta/oidc-middleware",
"version": "0.1.0",
"version": "0.1.1",
"description": "OpenId Connect middleware for authorization code flows",

@@ -14,16 +14,11 @@ "repository": "https://github.com/okta/okta-oidc-js",

],
"files" : [
"files": [
"src"
],
"main": "index.js",
"config": {
"tck": {
"jar": "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.okta.oidc.tck&a=okta-oidc-tck&v=0.2.1-SNAPSHOT&e=jar&c=shaded",
"setup_env": "cross-env ISSUER=http://localhost:9090/oauth2/default cross-env CLIENT_ID=OOICU812 cross-env CLIENT_SECRET=VERY_SECRET",
"command": "java -cp ./test/integration-test/resources/:./okta-oidc-tck-0.2.1-SNAPSHOT-shaded.jar org.testng.TestNG -d target/cli-test-output ./test/integration-test/resources/testng.xml"
}
},
"scripts": {
"test": "mocha test/unit/*.js && webdriver-manager update && protractor test/e2e/conf.js",
"tck-test": "(ls ./okta-oidc-tck-0.2.1-SNAPSHOT-shaded.jar || curl $npm_package_config_tck_jar -L -o okta-oidc-tck-0.2.1-SNAPSHOT-shaded.jar) && $npm_package_config_tck_setup_env && mkdir -p target && $npm_package_config_tck_command || echo done"
"test": "npm run test:unit && npm run test:e2e && npm run test:integration",
"test:e2e": "webdriver-manager update --gecko false && protractor test/e2e/conf.js",
"test:integration": "sh tools/runIntegrationTests.sh",
"test:unit": "mocha test/unit/*.js"
},

@@ -38,6 +33,6 @@ "engines": {

"csurf": "^1.9.0",
"express": "^4.15.4",
"lodash": "^4.17.4",
"express": "^4.16.3",
"lodash": "^4.17.5",
"negotiator": "^0.6.1",
"openid-client": "^1.12.0",
"openid-client": "^1.20.0",
"passport": "^0.3.2",

@@ -44,0 +39,0 @@ "uuid": "^3.1.0"