webcrypto-liner
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "webcrypto-liner", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "A WebCrypto polyfill that \"smooths out\" the rough-edges in existing User Agent implementations.", | ||
@@ -34,36 +34,33 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@peculiar/asn1-schema": "^2.0.3", | ||
"@peculiar/json-schema": "^1.1.10", | ||
"@peculiar/asn1-schema": "^2.0.27", | ||
"@peculiar/json-schema": "^1.1.12", | ||
"asmcrypto.js": "^2.3.2", | ||
"asn1js": "^2.0.26", | ||
"core-js": "^3.6.5", | ||
"core-js": "^3.8.3", | ||
"des.js": "^1.0.1", | ||
"elliptic": "^6.5.2", | ||
"pvtsutils": "^1.0.10", | ||
"tslib": "^1.13.0", | ||
"webcrypto-core": "^1.1.2" | ||
"elliptic": "^6.5.4", | ||
"pvtsutils": "^1.1.2", | ||
"tslib": "^2.1.0", | ||
"webcrypto-core": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.9.6", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.9.6", | ||
"@babel/preset-env": "^7.9.6", | ||
"@erquhart/rollup-plugin-node-builtins": "^2.1.5", | ||
"@peculiar/webcrypto": "^1.1.1", | ||
"@rollup/plugin-node-resolve": "^6.1.0", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^10.17.24", | ||
"@babel/core": "^7.12.13", | ||
"@babel/preset-env": "^7.12.13", | ||
"@peculiar/webcrypto": "^1.1.6", | ||
"@rollup/plugin-babel": "^5.2.3", | ||
"@rollup/plugin-commonjs": "^17.1.0", | ||
"@rollup/plugin-node-resolve": "^11.1.1", | ||
"@types/mocha": "^8.2.0", | ||
"@types/node": "^14.14.25", | ||
"babel-preset-minify": "^0.5.1", | ||
"coveralls": "^3.1.0", | ||
"mocha": "^7.2.0", | ||
"nyc": "^15.0.1", | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^1.32.1", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-terser": "^5.3.0", | ||
"rollup-plugin-typescript2": "^0.25.3", | ||
"ts-node": "^8.10.1", | ||
"tslint": "^6.1.2", | ||
"typescript": "^3.9.3" | ||
"rollup": "^2.38.5", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.29.0", | ||
"ts-node": "^9.1.1", | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.1.3" | ||
}, | ||
@@ -70,0 +67,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
19
1403660
27453
- Removedtslib@1.14.1(transitive)
Updatedcore-js@^3.8.3
Updatedelliptic@^6.5.4
Updatedpvtsutils@^1.1.2
Updatedtslib@^2.1.0
Updatedwebcrypto-core@^1.2.0