webcrypto-liner
Advanced tools
Comparing version 0.1.34 to 0.1.35
{ | ||
"name": "webcrypto-liner", | ||
"version": "0.1.34", | ||
"version": "0.1.35", | ||
"description": "A WebCrypto polyfill that \"smooths out\" the rough-edges in existing User Agent implementations.", | ||
@@ -20,12 +20,13 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"asmcrypto.js": "0.0.12", | ||
"elliptic": "*", | ||
"webcrypto-core": "^0.1.19" | ||
"asmcrypto.js": "^0.22.0", | ||
"elliptic": "^6.4.0", | ||
"webcrypto-core": "^0.1.21" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^8.5.2", | ||
"ts-loader": "^3.2.0", | ||
"tslib": "^1.8.1", | ||
"typescript": "^2.6.2", | ||
"webpack": "^3.10.0" | ||
"ts-loader": "^4.1.0", | ||
"tslib": "^1.9.0", | ||
"typescript": "^2.8.1", | ||
"webpack": "^4.4.1", | ||
"webpack-cli": "^2.0.13" | ||
}, | ||
@@ -32,0 +33,0 @@ "keywords": [ |
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
239043
0
6
2030
+ Addedasmcrypto.js@0.22.0(transitive)
- Removedasmcrypto.js@0.0.12(transitive)
Updatedasmcrypto.js@^0.22.0
Updatedelliptic@^6.4.0
Updatedwebcrypto-core@^0.1.21