New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scryptlib

Package Overview
Dependencies
Maintainers
2
Versions
296
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.14 to 0.2.15

4

dist/compilerWrapper.js

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

const asmObj = JSON.parse(fs_1.readFileSync(outputFilePath, 'utf8'));
const sources = asmObj.sources.map((s) => {
return path_1.join(srcDir, s);
});
const sources = asmObj.sources;
result.debugAsm = asmObj.output.map(item => {

@@ -124,0 +122,0 @@ const match = /^(?<fileIndex>-?\d+):(?<line>\d+):(?<col>\d+):(?<endLine>\d+):(?<endCol>\d+)(#(?<tagStr>.+))?/.exec(item.src);

{
"name": "scryptlib",
"version": "0.2.14",
"version": "0.2.15",
"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