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.1.4 to 0.2.0

1

.build/src/ledger.d.ts

@@ -14,2 +14,3 @@ import { SwpHttp } from "./http";

getAllActionBatches(opt?: SearchOptions): Promise<SwpSuccessResponse<ActionBatchDTO[]>>;
getAllActionBatchesFromChild(childId: string, opt?: SearchOptions): Promise<SwpSuccessResponse<ActionBatchDTO[]>>;
getActionBatch(id: string, opt?: SearchOptions): Promise<SwpSuccessResponse<ActionBatchDTO>>;

@@ -16,0 +17,0 @@ newActionBatch(batch: NewActionBatchDTO): Promise<SwpSuccessResponse<ActionBatchDTO>>;

@@ -91,2 +91,9 @@ "use strict";

};
Ledger.prototype.getAllActionBatchesFromChild = function (childId, opt) {
return __awaiter(this, void 0, void 0, function () {
return __generator(this, function (_a) {
return [2 /*return*/, this.http.get("/accounts/" + childId + "/action-batches", { searchOptions: opt })];
});
});
};
Ledger.prototype.getActionBatch = function (id, opt) {

@@ -93,0 +100,0 @@ return __awaiter(this, void 0, void 0, function () {

2

package.json
{
"name": "@swp/ledger-sdk",
"version": "0.1.4",
"version": "0.2.0",
"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