Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ifings/api-client

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ifings/api-client - npm Package Compare versions

Comparing version 0.9.2 to 0.10.0

11

dist/routes/stacks.js

@@ -94,4 +94,15 @@ "use strict";

}
},
documents: {
find: function find(stackId) {
var config = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
return instance.get("".concat(baseUrl, "/").concat(stackId, "/documents"), config);
},
upload: function upload(id) {
var data = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
var config = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
return instance.put("".concat(baseUrl, "/").concat(id, "/documents"), data, config);
}
}
});
};

2

package.json
{
"name": "@ifings/api-client",
"description": "iFings API client",
"version": "0.9.2",
"version": "0.10.0",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "scripts": {

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