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.19-test.2 to 1.3.19-test.3

2

dist/bsv/abstract-signer.js

@@ -173,2 +173,3 @@ "use strict";

alignProviderNetwork() {
var _a;
return __awaiter(this, void 0, void 0, function* () {

@@ -178,2 +179,3 @@ const isAuthenticated = yield this.isAuthenticated();

if (isAuthenticated) {
yield ((_a = this.provider) === null || _a === void 0 ? void 0 : _a.connect());
const network = yield this.getNetwork();

@@ -180,0 +182,0 @@ console.log(`signer network: ${network}`);

2

package.json
{
"name": "scrypt-ts",
"version": "1.3.19-test.2",
"version": "1.3.19-test.3",
"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