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

@swp/ledger-sdk

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swp/ledger-sdk - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

22

.build/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
var cash_in_1 = require("./src/cash_in");
__export(require("./src/http"));

@@ -23,23 +22,2 @@ __export(require("./src/ledger"));

__export(require("./common/dto"));
new cash_in_1.CashIn({
apiKey: "1234",
secret: "72aebf50481d312e040fcf5f2f42089f59f8e15a302717720235efd02d48d435",
debug: true,
customHost: "http://localhost:3000",
}).newBoleto({
receiverAccountId: "5cac9cb96e841280e10343e79680350c5a8587596747fbac790f04d71c28eea0",
assetId: "ec885219e095a38d99dd3325af848a53f83369cfd3e198661bd2ba0afeb52035",
payerInfo: {
name: "",
document: "",
phoneNumber: "",
email: "",
},
totalAmount: "1",
expiresAt: new Date(),
})
.then(function (_a) {
var data = _a.data;
return console.log(data);
});
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@swp/ledger-sdk",
"version": "0.0.15",
"version": "0.0.16",
"description": "",

@@ -5,0 +5,0 @@ "private": false,

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