base64url-universal
Advanced tools
Comparing version 1.0.0 to 1.0.1
# base64url-universal ChangeLog | ||
## 1.0.1 - 2019-07-03 | ||
### Changed | ||
- Fix package description. | ||
- Fix engine version specifier. | ||
## 1.0.0 - 2019-02-19 | ||
- See git history. |
{ | ||
"name": "base64url-universal", | ||
"version": "1.0.0", | ||
"description": "A library for managing cryptographic keys using Linked Data.", | ||
"version": "1.0.1", | ||
"description": "Encode/decode \"Base64url Encoding\" format of JSON Web Signature (JWS) RFC7517.", | ||
"homepage": "https://github.com/digitalbazaar/base64url-universal", | ||
@@ -28,16 +28,16 @@ "author": { | ||
"devDependencies": { | ||
"@babel/core": "^7.2.2", | ||
"@babel/plugin-transform-modules-commonjs": "^7.2.0", | ||
"@babel/plugin-transform-runtime": "^7.2.0", | ||
"@babel/preset-env": "^7.3.1", | ||
"@babel/runtime": "^7.3.1", | ||
"babel-loader": "^8.0.5", | ||
"@babel/core": "^7.4.5", | ||
"@babel/plugin-transform-modules-commonjs": "^7.4.4", | ||
"@babel/plugin-transform-runtime": "^7.4.4", | ||
"@babel/preset-env": "^7.4.5", | ||
"@babel/runtime": "^7.4.5", | ||
"babel-loader": "^8.0.6", | ||
"benchmark": "^2.1.4", | ||
"chai": "^4.1.2", | ||
"chai-bytes": "^0.1.2", | ||
"core-js": "^2.6.3", | ||
"core-js": "^3.1.4", | ||
"cross-env": "^5.1.3", | ||
"eslint": "^5.14.1", | ||
"eslint-config-digitalbazaar": "^1.5.0", | ||
"karma": "^3.1.1", | ||
"eslint": "^6.0.1", | ||
"eslint-config-digitalbazaar": "^2.0.0", | ||
"karma": "^4.1.0", | ||
"karma-babel-preprocessor": "^8.0.0", | ||
@@ -53,7 +53,7 @@ "karma-chrome-launcher": "^2.2.0", | ||
"karma-tap-reporter": "0.0.6", | ||
"karma-webpack": "^3.0.5", | ||
"mocha": "^5.0.5", | ||
"karma-webpack": "^4.0.2", | ||
"mocha": "^6.1.4", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"nyc": "^13.1.0", | ||
"webpack": "^4.29.0" | ||
"nyc": "^14.1.1", | ||
"webpack": "^4.35.2" | ||
}, | ||
@@ -73,3 +73,3 @@ "nyc": { | ||
"engines": { | ||
"node": "^8.3.0" | ||
"node": ">=8.3.0" | ||
}, | ||
@@ -76,0 +76,0 @@ "scripts": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
10148
1