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

scryptlib

Package Overview
Dependencies
Maintainers
3
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 2.1.4 to 2.1.5

4

CHANGELOG.md
# CHANGELOG
## 2.1.5
- fix bsv issue
## 2.1.4

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

2

package.json
{
"name": "scryptlib",
"version": "2.1.4",
"version": "2.1.5",
"description": "Javascript SDK for integration of Bitcoin SV Smart Contracts written in sCrypt language.",

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

@@ -1472,3 +1472,3 @@ 'use strict'

privateKeys = privateKeys ||
inputOpt ? inputOpt.privateKey : this._privateKey
(inputOpt ? inputOpt.privateKey : this._privateKey)

@@ -1475,0 +1475,0 @@ if (privateKeys) {

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