oidc-client
Advanced tools
Comparing version 1.0.0-beta.7 to 1.0.0
{ | ||
"name": "oidc-client", | ||
"version": "1.0.0-beta.7", | ||
"description": "OpenID Connect (OIDC) & OAuth2 client library", | ||
"main": "lib/oidc-client.js", | ||
"scripts": { | ||
"build:lib": "webpack -p --config webpack.lib.js", | ||
"build:dist": "webpack -p --config webpack.dist.js", | ||
"prebuild": "npm run build:lib", | ||
"build": "npm run build:dist", | ||
"start": "node sample/server.js", | ||
"test": "mocha --compilers js:babel-register test/unit/*.spec.js" | ||
"name": "oidc-client", | ||
"version": "1.0.0", | ||
"description": "OpenID Connect (OIDC) & OAuth2 client library", | ||
"main": "lib/oidc-client.min.js", | ||
"scripts": { | ||
"prepublish": "npm run build", | ||
"build": "gulp build", | ||
"start": "node sample/server.js", | ||
"test": "mocha --compilers js:babel-register test/unit/*.spec.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/IdentityModel/oidc-client-js.git" | ||
}, | ||
"author": "Brock Allen & Dominick Baier", | ||
"contributors": [ | ||
{ | ||
"name": "Brock Allen", | ||
"email": "brockallen@gmail.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/IdentityModel/oidc-client-js.git" | ||
}, | ||
"author": "Brock Allen & Dominick Baier", | ||
"contributors": [ | ||
{ | ||
"name": "Brock Allen", | ||
"email": "brockallen@gmail.com" | ||
}, | ||
{ | ||
"name": "Dominick Baier", | ||
"email": "dbaier@leastprivilege.com" | ||
} | ||
], | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/IdentityModel/oidc-client-js/issues" | ||
}, | ||
"homepage": "https://github.com/IdentityModel/oidc-client-js", | ||
"devDependencies": { | ||
"babel-core": "^6.7.2", | ||
"babel-plugin-add-module-exports": "^0.1.2", | ||
"babel-plugin-transform-es2015-classes": "^6.7.7", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-register": "^6.7.2", | ||
"chai": "^3.5.0", | ||
"express": "^4.13.4", | ||
"mocha": "^2.4.5", | ||
"open": "0.0.5", | ||
"webpack": "^1.12.14", | ||
"babel-loader": "^6.2.4" | ||
}, | ||
"dependencies": { | ||
"jsrsasign": "^5.0.7" | ||
}, | ||
"peerDependencies": { | ||
"babel-polyfill": ">=6.7.4" | ||
{ | ||
"name": "Dominick Baier", | ||
"email": "dbaier@leastprivilege.com" | ||
} | ||
], | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/IdentityModel/oidc-client-js/issues" | ||
}, | ||
"homepage": "https://github.com/IdentityModel/oidc-client-js", | ||
"devDependencies": { | ||
"babel-core": "^6.7.2", | ||
"babel-loader": "^6.2.4", | ||
"babel-plugin-add-module-exports": "^0.1.2", | ||
"babel-plugin-transform-es2015-classes": "^6.7.7", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-register": "^6.7.2", | ||
"chai": "^3.5.0", | ||
"express": "^4.13.4", | ||
"gulp": "^3.9.1", | ||
"mocha": "^2.4.5", | ||
"open": "0.0.5", | ||
"webpack": "^1.12.14", | ||
"webpack-stream": "^3.2.0" | ||
}, | ||
"dependencies": { | ||
"jsrsasign": "^5.0.7" | ||
}, | ||
"peerDependencies": { | ||
"babel-polyfill": ">=6.7.4" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3937975
47
23491
0
13
1