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.6.5 to 0.6.6

15

dist/routes/actuators.js

@@ -16,18 +16,5 @@ "use strict";

capabilities: function capabilities(actuatorId) {
var _methods = methods(instance, "".concat(baseUrl, "/").concat(actuatorId, "/tasks/capabilities")),
patch = _methods.patch,
put = _methods.put;
var _methods2 = methods(instance, "".concat(baseUrl, "/").concat(actuatorId, "/capabilities")),
create = _methods2.create,
deleteMethod = _methods2.delete;
return {
create: create,
put: put,
patch: patch,
delete: deleteMethod
};
return _objectSpread({}, methods(instance, "".concat(baseUrl, "/").concat(actuatorId, "/capabilities")));
}
});
};

2

package.json
{
"name": "@ifings/api-client",
"description": "iFings API client",
"version": "0.6.5",
"version": "0.6.6",
"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