Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

2key-ratchet

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

2key-ratchet - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

42

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc