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

webcrypto-liner

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webcrypto-liner - npm Package Compare versions

Comparing version 1.0.2 to 1.1.1-next.0

build/index.js

39

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

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