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.2 to 0.6.3

12

dist/routes/stacks.js

@@ -56,2 +56,8 @@ "use strict";

return methods(instance, "".concat(baseUrl, "/").concat(stackId, "/sensors")).put(sensorId, putData, config);
},
create: function create(data, config) {
var stackId = data.stackId,
createData = _objectWithoutProperties(data, ["stackId"]);
return methods(instance, "".concat(baseUrl, "/").concat(stackId, "/sensors")).create(createData, config);
}

@@ -71,2 +77,8 @@ },

return methods(instance, "".concat(baseUrl, "/").concat(stackId, "/actuators")).put(actuatorId, putData, config);
},
create: function create(data, config) {
var stackId = data.stackId,
createData = _objectWithoutProperties(data, ["stackId"]);
return methods(instance, "".concat(baseUrl, "/").concat(stackId, "/actuators")).create(createData, config);
}

@@ -73,0 +85,0 @@ },

2

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