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

scryptlib

Package Overview
Dependencies
Maintainers
1
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.1.6 to 0.1.7

4

dist/abi.js

@@ -70,3 +70,5 @@ "use strict";

}
lsASM = lsASM.replace(`$${param.name}`, this.encodeParam(args[index], param.type));
// '$' needs doulbe '\\' to escape
const re = new RegExp(`\\$${param.name}`, 'g');
lsASM = lsASM.replace(re, this.encodeParam(args[index], param.type));
});

@@ -73,0 +75,0 @@ return new FunctionCall('constructor', args, { contract, lockingScriptASM: lsASM });

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

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

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