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

cashscript

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cashscript - npm Package Compare versions

Comparing version 0.1.0-beta.1 to 0.1.1-beta

4

dist/transaction-util.js

@@ -42,3 +42,3 @@ (function (factory) {

const unlockScript = parameters
.map((p, i) => encodeParameter(p, abiFunction.inputs[i]))
.map((p, i) => encodeParameter(p, abiFunction.inputs[i].type))
.reverse();

@@ -62,3 +62,3 @@ if (selector !== undefined)

case cashc_1.PrimitiveType.STRING:
if (typeof parameter !== 'string')
if (typeof parameter === 'string')
return;

@@ -65,0 +65,0 @@ throw new Error();

{
"name": "cashscript",
"description": "⚖️ Easily write and interact with Cash Contracts on Bitcoin Cash",
"version": "0.1.0-beta.1",
"version": "0.1.1-beta",
"author": "Rosco Kalis <roscokalis@gmail.com>",

@@ -51,2 +51,3 @@ "bugs": {

"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"test": "nyc mocha --opts ../../mocha.opts"

@@ -53,0 +54,0 @@ },

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