snarkyjs-crypto
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138767
2175