2key-ratchet
Advanced tools
Comparing version 1.0.13 to 1.0.14
{ | ||
"name": "2key-ratchet", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "2key-ratchet is an implementation of a Double Ratchet protocol and X3DH in TypeScript utilizing WebCrypto.", | ||
"main": "dist/2key-ratchet.js", | ||
"module": "dist/2key-ratchet.lib.js", | ||
"jsnext:main": "dist/2key-ratchet.lib.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
"test": "mocha", | ||
"build": "npm run build:dist", | ||
"build:es5": "tsc", | ||
"build:dist": "npm run build:lib && npm run build:module", | ||
"build:module": "rollup -c", | ||
"build:lib": "rollup -c rollup.config.lib.js", | ||
"build:map": "tsc --sourceMap", | ||
"prepub": "npm run build", | ||
"tslint": "tslint 'src/**/*.ts'", | ||
"prepare": "npm run build", | ||
"build": "rollup -c", | ||
"lint": "tslint 'src/**/*.ts'", | ||
"prepub": "npm run lint && npm run test && npm run build", | ||
"pub": "npm version patch && npm publish && git push", | ||
@@ -45,22 +40,19 @@ "sync": "git ac && git pull --rebase && git push", | ||
"dependencies": { | ||
"node-webcrypto-ossl": "^1.0.37", | ||
"pvtsutils": "^1.0.2", | ||
"tslib": "^1.9.2", | ||
"pvtsutils": "^1.0.4", | ||
"tslib": "^1.9.3", | ||
"tsprotobuf": "^1.0.12" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.4", | ||
"@types/mocha": "^5.2.3", | ||
"@peculiar/webcrypto": "^1.0.5", | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^10.3.4", | ||
"chai": "^4.1.2", | ||
"live-server": "^1.2.0", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.2", | ||
"mocha": "^5.2.0", | ||
"npm-run-all": "^4.1.3", | ||
"nyc": "^12.0.2", | ||
"rollup": "^0.61.1", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
"rollup-plugin-typescript": "^0.8.1", | ||
"ts-node": "^6.1.2", | ||
"typescript": "^2.9.2" | ||
"nyc": "^13.3.0", | ||
"rollup": "^1.2.2", | ||
"rollup-plugin-typescript": "^1.0.0", | ||
"ts-node": "^8.0.2", | ||
"typescript": "^3.3.3" | ||
}, | ||
@@ -67,0 +59,0 @@ "nyc": { |
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
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
3
12
104078
2307
- Removednode-webcrypto-ossl@^1.0.37
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removednan@2.22.0(transitive)
- Removednode-webcrypto-ossl@1.0.49(transitive)
- Removedwebcrypto-core@0.1.27(transitive)
Updatedpvtsutils@^1.0.4
Updatedtslib@^1.9.3