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.30 to 2.1.31-test

2

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

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

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

bsv.deps = {}
bsv.deps.bnjs = require('./lib/bn')
bsv.deps.bnjs = require('./lib/bn.js')
bsv.deps.bs58 = require('bs58')

@@ -64,0 +64,0 @@ bsv.deps.Buffer = Buffer

@@ -530,3 +530,1 @@ 'use strict'

module.exports = Address
var Script = require('./script')
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