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.6.0 to 0.7.0

dist/script/defi/dftx_misc.d.ts

3

dist/script/defi/dftx.js

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

const dftx_account_1 = require("./dftx_account");
const dftx_misc_1 = require("./dftx_misc");
const dftx_pool_1 = require("./dftx_pool");

@@ -75,2 +76,4 @@ const dftx_token_1 = require("./dftx_token");

return compose(dftx_account_1.CAnyAccountToAccount.OP_NAME, d => new dftx_account_1.CAnyAccountToAccount(d));
case dftx_misc_1.CAutoAuthPrep.OP_CODE:
return compose(dftx_misc_1.CAutoAuthPrep.OP_NAME, () => new dftx_misc_1.CAutoAuthPrep());
default:

@@ -77,0 +80,0 @@ return compose(dftx_unmapped_1.CDeFiOpUnmapped.OP_NAME, d => new dftx_unmapped_1.CDeFiOpUnmapped(d));

@@ -81,2 +81,3 @@ /// <reference types="node" />

OP_DEFI_TX_ANY_ACCOUNT_TO_ACCOUNT: (anyAccountToAccount: AnyAccountToAccount) => OP_DEFI_TX;
OP_DEFI_TX_AUTO_AUTH_PREP: () => OP_DEFI_TX;
OP_0: constants.OP_0;

@@ -83,0 +84,0 @@ OP_FALSE: constants.OP_FALSE;

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

const dftx_account_1 = require("./defi/dftx_account");
const dftx_misc_1 = require("./defi/dftx_misc");
/**

@@ -187,2 +188,10 @@ * @param num to map as OPCode, 1 byte long

},
OP_DEFI_TX_AUTO_AUTH_PREP: () => {
return new defi_1.OP_DEFI_TX({
signature: dftx_1.CDfTx.SIGNATURE,
type: dftx_misc_1.CAutoAuthPrep.OP_CODE,
name: dftx_misc_1.CAutoAuthPrep.OP_NAME,
data: null
});
},
OP_0: new constants.OP_0(),

@@ -189,0 +198,0 @@ OP_FALSE: new constants.OP_FALSE(),

10

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

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

"dependencies": {
"@defichain/jellyfish-crypto": "^0.6.0",
"@defichain/jellyfish-crypto": "^0.7.0",
"smart-buffer": "^4.1.0"
},
"devDependencies": {
"@defichain/jellyfish-api-core": "^0.6.0",
"@defichain/jellyfish-api-jsonrpc": "^0.6.0",
"@defichain/testcontainers": "^0.6.0"
"@defichain/jellyfish-api-core": "^0.7.0",
"@defichain/jellyfish-api-jsonrpc": "^0.7.0",
"@defichain/testcontainers": "^0.7.0"
}
}
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