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

snarkyjs-crypto

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snarkyjs-crypto - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

2

package.json
{
"name": "snarkyjs-crypto",
"version": "0.1.7",
"version": "0.1.8",
"scripts": {

@@ -5,0 +5,0 @@ "clean": "bsb -clean-world",

@@ -127,2 +127,3 @@ // Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE

var bufferGet = ((b, i) => b[i]);
(((global.crypto || (global.crypto = require('crypto')))));
var randomBytes = ((x) => crypto.randomBytes(x));

@@ -406,2 +407,4 @@ var create = function (param) {

(((global.crypto || (global.crypto = require('crypto')))));
var randomBytes = ((x) => crypto.randomBytes(x));

@@ -408,0 +411,0 @@

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