Socket
Socket
Sign inDemoInstall

isomorphic-webcrypto

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isomorphic-webcrypto - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

webcrypto-shim.js

7

package.json
{
"name": "isomorphic-webcrypto",
"version": "1.1.0",
"version": "1.1.1",
"description": "isomorphic webcrypto for IE11+ in 3kB",

@@ -13,4 +13,5 @@ "main": "index.js",

"scripts": {
"test": "echo \"no tests\"",
"release": "npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
"build": "cp ./node_modules/webcrypto-shim/webcrypto-shim.js webcrypto-shim.js && echo \"export default {}\" >> webcrypto-shim.js",
"prepublish": "npm run build",
"release": "npm run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
},

@@ -17,0 +18,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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