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

scryptlib

Package Overview
Dependencies
Maintainers
5
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 2.1.35 to 2.1.36

4

dist/findCompiler.js

@@ -58,2 +58,6 @@ "use strict";

}
// special compiler by Enviroment Variables
if (process.env.SCRYPTC && (0, fs_1.existsSync)(process.env.SCRYPTC)) {
return process.env.SCRYPTC;
}
scryptc = find_compiler_local();

@@ -60,0 +64,0 @@ if (scryptc && (0, fs_1.existsSync)(scryptc)) {

2

package.json
{
"name": "scryptlib",
"version": "2.1.35",
"version": "2.1.36",
"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