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

scrypttest

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrypttest - npm Package Compare versions

Comparing version 0.1.27 to 0.1.28

6

CHANGELOG.md
# CHANGELOG
## 0.1.28
Enhancements:
* Remove compile timeout
## 0.1.27

@@ -4,0 +10,0 @@

3

dist/local.js

@@ -14,3 +14,2 @@ 'use strict';

const FLAGS = Interpreter.SCRIPT_VERIFY_MINIMALDATA | Interpreter.SCRIPT_ENABLE_SIGHASH_FORKID | Interpreter.SCRIPT_ENABLE_MAGNETIC_OPCODES | Interpreter.SCRIPT_ENABLE_MONOLITH_OPCODES;
const COMPILE_TIMEOUT = 30000; // in ms
const ASM_SUFFIX = '_asm.json';

@@ -128,3 +127,3 @@ const AST_SUFFIX = '_ast.json';

const cmd = `node "node_modules/scryptc/scrypt.js" compile "${sourcePath}" --asm --ast --debug`;
const output = childProcess.execSync(cmd, { timeout: COMPILE_TIMEOUT }).toString();
const output = childProcess.execSync(cmd).toString();
if (!output.includes('Error')) {

@@ -131,0 +130,0 @@ const asmObj = JSON.parse(fs.readFileSync(asmFileName, 'utf8'));

{
"name": "scrypttest",
"version": "0.1.27",
"version": "0.1.28",
"description": "testing library for sCrypt projects",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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