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

cardano-pab-client

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cardano-pab-client - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

dist/src/PABApi.js

@@ -41,3 +41,5 @@ "use strict";

const params = {
caID: callActivate.endpointTag !== undefined ? callActivate : callActivate.params,
caID: callActivate.endpointTag !== undefined
? { tag: callActivate.endpointTag, contents: callActivate.params }
: callActivate.params,
caWallet: { getWalletId: walletId },

@@ -44,0 +46,0 @@ };

{
"name": "cardano-pab-client",
"version": "0.0.5",
"version": "0.0.6",
"description": "A set of tools to develop frontends that interact with the Plutus Application Backend.",

@@ -5,0 +5,0 @@ "author": "Plank",

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