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
1
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.1 to 0.0.2

sdk.iml

11

.build/src/index.js

@@ -123,13 +123,2 @@ "use strict";

exports.Ledger = Ledger;
new Ledger({ apiKey: "1234", secret: "1234", debug: true, customHost: "host" })
.getAllAssets({
pagination: {
limit: 10
},
fields: ["dfdfdsfsdfsdgf:heey"],
})
.then(function () {
})
.catch(function () {
});
//# sourceMappingURL=index.js.map

7

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

@@ -8,3 +8,4 @@ "private": false,

"scripts": {
"build": "tsc"
"build": "tsc",
"publish": "npm run build && npm run publish"
},

@@ -28,6 +29,6 @@ "keywords": [

"@types/jsonwebtoken": "^8.3.3",
"@types/node-fetch": "^2.5.0",
"typescript": "^3.5.3"
},
"dependencies": {
"@types/node-fetch": "^2.5.0",
"crypto-js": "^3.1.9-1",

@@ -34,0 +35,0 @@ "jsonwebtoken": "^8.5.1",

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