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.28 to 2.1.29

4

dist/contract.d.ts

@@ -149,4 +149,4 @@ import { LibraryEntity, ParamEntity } from '.';

setDataPartInHex(hex: string): void;
setNOPScript(nopScript: NOPScript | null): void;
getNOPScript(): NOPScript | null;
prependNOPScript(nopScript: NOPScript | null): void;
getPrependNOPScript(): NOPScript | null;
get codePart(): Script;

@@ -153,0 +153,0 @@ get codeHash(): string;

@@ -411,3 +411,3 @@ "use strict";

};
AbstractContract.prototype.setNOPScript = function (nopScript) {
AbstractContract.prototype.prependNOPScript = function (nopScript) {
if (nopScript instanceof internal_1.bsv.Script) {

@@ -418,3 +418,3 @@ (0, internal_1.checkNOPScript)(nopScript);

};
AbstractContract.prototype.getNOPScript = function () {
AbstractContract.prototype.getPrependNOPScript = function () {
return this.nopScript;

@@ -421,0 +421,0 @@ };

{
"name": "scryptlib",
"version": "2.1.28",
"version": "2.1.29",
"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