webcrypto-liner
Advanced tools
Comparing version 1.0.2 to 1.1.1-next.0
{ | ||
"name": "webcrypto-liner", | ||
"version": "1.0.2", | ||
"version": "1.1.1-next.0", | ||
"description": "A WebCrypto polyfill that \"smooths out\" the rough-edges in existing User Agent implementations.", | ||
"main": "build/index.js", | ||
"module": "build/webcrypto-liner.es.js", | ||
"module": "build/index.mjs", | ||
"browser": "build/webcrypto-liner.shim.js", | ||
"browserMin": "build/webcrypto-liner.shim.min.js", | ||
"scripts": { | ||
"prepare": "npm run build", | ||
"build": "rollup -c", | ||
"lint": "tslint -p .", | ||
"lint:fix": "tslint --fix -p .", | ||
"prepub": "npm run lint & npm run build", | ||
"pub": "npm version patch && npm publish && git push" | ||
"build": "rollup -c", | ||
"clear": "rimraf build/*", | ||
"rebuild": "npm run clear && npm run build", | ||
"prepub": "npm run lint && npm run build", | ||
"pub": "npm version patch && npm publish", | ||
"postpub": "git push && git push --tags origin master", | ||
"prepub:next": "npm run lint && npm run build", | ||
"pub:next": "npm version prerelease --preid=next && npm publish --tag next", | ||
"postpub:next": "git push", | ||
"coverage": "nyc npm test", | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls" | ||
}, | ||
@@ -23,3 +32,3 @@ "repository": { | ||
"@peculiar/json-schema": "^1.1.6", | ||
"asmcrypto.js": "^0.22.0", | ||
"asmcrypto.js": "^2.3.2", | ||
"asn1js": "^2.0.26", | ||
@@ -29,21 +38,27 @@ "des.js": "^1.0.1", | ||
"pvtsutils": "^1.0.6", | ||
"tslib": "^1.10.0", | ||
"webcrypto-core": "^1.0.15" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.7.4", | ||
"@babel/core": "^7.7.5", | ||
"@babel/plugin-proposal-class-properties": "^7.7.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.7.4", | ||
"@babel/polyfill": "^7.7.0", | ||
"@babel/preset-env": "^7.7.4", | ||
"@babel/preset-env": "^7.7.5", | ||
"@peculiar/webcrypto": "^1.0.21", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^10.17.6", | ||
"babel-preset-minify": "^0.5.1", | ||
"core-js": "^3.4.7", | ||
"mocha": "^6.2.2", | ||
"rollup": "^1.27.8", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^1.27.9", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-cleanup": "^3.1.1", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
"rollup-plugin-node-globals": "^1.4.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"tslib": "^1.10.0", | ||
"rollup-plugin-typescript2": "^0.25.3", | ||
"ts-node": "^8.5.4", | ||
"typescript": "^3.7.3" | ||
@@ -50,0 +65,0 @@ }, |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
954178
8
9
22
7482
2
1
+ Addedtslib@^1.10.0
+ Addedasmcrypto.js@2.3.2(transitive)
- Removedasmcrypto.js@0.22.0(transitive)
Updatedasmcrypto.js@^2.3.2