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

scryptlib

Package Overview
Dependencies
Maintainers
2
Versions
295
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scryptlib - npm Package Compare versions

Comparing version 0.2.17 to 0.2.18

4

CHANGELOG.md
# CHANGELOG
## 0.2.18
* bug fix: used scrypt binary as compiler in 0.2.17
## 0.2.17

@@ -4,0 +8,0 @@

2

dist/compilerWrapper.js

@@ -40,3 +40,3 @@ "use strict";

const sourceContent = source.content !== undefined ? source.content : fs_1.readFileSync(sourcePath, 'utf8');
const cmdPrefix = 'scrypt'; //settings.cmdPrefix || `npx ${npxArg} scryptc${settings.scVersion ? '@' + settings.scVersion : ''}`;
const cmdPrefix = settings.cmdPrefix || `npx ${npxArg} scryptc${settings.scVersion ? '@' + settings.scVersion : ''}`;
const cmd = `${cmdPrefix} compile ${settings.asm || settings.desc ? '--asm' : ''} ${settings.ast || settings.desc ? '--ast' : ''} ${settings.debug == false ? '' : '--debug'} -r -o "${outputDir}" ${settings.cmdArgs ? settings.cmdArgs : ''}`;

@@ -43,0 +43,0 @@ const output = child_process_1.execSync(cmd, { input: sourceContent, cwd: curWorkingDir }).toString();

{
"name": "scryptlib",
"version": "0.2.17",
"version": "0.2.18",
"description": "Javascript SDK for integration of Bitcoin SV Smart Contracts written in sCrypt language.",

@@ -5,0 +5,0 @@ "engines": {

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