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 0.1.16 to 0.1.17

6

package.json
{
"name": "webcrypto-liner",
"version": "0.1.16",
"version": "0.1.17",
"description": "A WebCrypto pollyfill that \"smooths out\" the rough-edges in existing User Agent implementations.",

@@ -22,5 +22,5 @@ "main": "build/index.js",

"@types/node": "*",
"webcrypto-core": "^0.1.3",
"asmcrypto.js": "*",
"elliptic": "*"
"elliptic": "*",
"webcrypto-core": "^0.1.12"
},

@@ -27,0 +27,0 @@ "devDependencies": {

@@ -13,3 +13,3 @@ import { Crypto, nativeCrypto } from "./index";

delete self.crypto;
delete (self as any).crypto;
w.crypto = new Crypto();

@@ -16,0 +16,0 @@ Object.freeze(w.crypto);

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