New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@proca/crypto

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proca/crypto - npm Package Compare versions

Comparing version 3.3.4 to 3.4.0

README.MD

3

dist/index.js

@@ -17,2 +17,3 @@ "use strict";

function addKeysToKeyStore(keys, ks) {
const keySet = new Set(ks.keys.map(k => k.public));
if (typeof keys !== "object")

@@ -23,2 +24,4 @@ throw new Error("key store must be object");

throw new Error("keys must be a map keyed by public key");
if (keySet.has(key))
continue;
if (typeof value === "object" &&

@@ -25,0 +28,0 @@ 'private' in value &&

4

package.json
{
"name": "@proca/crypto",
"version": "3.3.4",
"version": "3.4.0",
"description": "Decrypt personal information in Proca action",

@@ -27,3 +27,3 @@ "main": "dist/index.js",

},
"gitHead": "580fdd448973fac317b84420a681c97e8b9164b6"
"gitHead": "635a7c1b39cd036c8d9fe111b3c9fd0c325eada6"
}

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