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

scrypt-ts

Package Overview
Dependencies
Maintainers
3
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrypt-ts - npm Package Compare versions

Comparing version 1.3.21 to 1.3.22

5

CHANGELOG.md
# CHANGELOG
## 1.3.22
- fix getNetWork
## 1.3.21

@@ -5,0 +10,0 @@

4

dist/providers/provider-fallback.js

@@ -128,6 +128,6 @@ "use strict";

updateNetwork(network) {
this.connectedConfigs.forEach(c => c.provider.updateNetwork(network));
this.configs.forEach(c => c.provider.updateNetwork(network));
}
getNetwork() {
return this.connectedConfigs[0].provider.getNetwork();
return this.configs[0].provider.getNetwork();
}

@@ -134,0 +134,0 @@ getFeePerKb() {

{
"name": "scrypt-ts",
"version": "1.3.21",
"version": "1.3.22",
"description": "A toolset for building sCrypt smart contract applications on Bitcoin SV network written in typescript.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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