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

scrypt-ts

Package Overview
Dependencies
Maintainers
1
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 0.1.4-alpha.2 to 0.1.4-alpha.3

1

dist/index.d.ts

@@ -6,1 +6,2 @@ import { prop, method } from './decorators';

export { prop, method, SmartContract, TxOutputRef };
export { bsv, toHex, buildPublicKeyHashScript, buildOpreturnScript, ContractDescription, TxContext, VerifyResult } from 'scryptlib';

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.SmartContract = exports.method = exports.prop = void 0;
exports.buildOpreturnScript = exports.buildPublicKeyHashScript = exports.toHex = exports.bsv = exports.SmartContract = exports.method = exports.prop = void 0;
const decorators_1 = require("./decorators");

@@ -26,2 +26,7 @@ Object.defineProperty(exports, "prop", { enumerable: true, get: function () { return decorators_1.prop; } });

__exportStar(require("./builtins/functions"), exports);
var scryptlib_1 = require("scryptlib");
Object.defineProperty(exports, "bsv", { enumerable: true, get: function () { return scryptlib_1.bsv; } });
Object.defineProperty(exports, "toHex", { enumerable: true, get: function () { return scryptlib_1.toHex; } });
Object.defineProperty(exports, "buildPublicKeyHashScript", { enumerable: true, get: function () { return scryptlib_1.buildPublicKeyHashScript; } });
Object.defineProperty(exports, "buildOpreturnScript", { enumerable: true, get: function () { return scryptlib_1.buildOpreturnScript; } });
//# sourceMappingURL=index.js.map

3

package.json
{
"name": "scrypt-ts",
"version": "0.1.4-alpha.2",
"version": "0.1.4-alpha.3",
"description": "A toolset for building sCrypt smart contract applications on Bitcoin SV network written in typescript.",

@@ -9,2 +9,3 @@ "main": "dist/index.js",

"build": "tsc",
"prepublishOnly": "npm run build",
"gendocs": "typedoc --readme none --plugin typedoc-plugin-markdown --out scryptTS-docs src/index.ts",

@@ -11,0 +12,0 @@ "clean-test-out": "rimraf test/scrypt.index.json && rimraf test/out && rimraf test/scrypts",

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