New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@defichain/jellyfish-transaction

Package Overview
Dependencies
Maintainers
2
Versions
293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@defichain/jellyfish-transaction - npm Package Compare versions

Comparing version 0.34.1 to 0.34.2

5

dist/script/dftx/index.js

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

function isDeFiScript(stack) {
if (stack.length !== 2) {
if (stack.length < 2) {
return false;

@@ -61,3 +61,4 @@ }

mapping_1.OP_CODES.OP_RETURN,
mapping_1.OP_CODES.OP_DEFI_TX(dftx.toObject())
mapping_1.OP_CODES.OP_DEFI_TX(dftx.toObject()),
...stack.slice(2)
];

@@ -64,0 +65,0 @@ }

4

package.json
{
"private": false,
"name": "@defichain/jellyfish-transaction",
"version": "0.34.1",
"version": "0.34.2",
"description": "A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance on Bitcoin",

@@ -41,5 +41,5 @@ "keywords": [

"dependencies": {
"@defichain/jellyfish-crypto": "^0.34.1",
"@defichain/jellyfish-crypto": "^0.34.2",
"smart-buffer": "^4.1.0"
}
}

Sorry, the diff of this file is not supported yet

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