New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wiotp/sdk

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wiotp/sdk - npm Package Compare versions

Comparing version 0.4.2 to 0.5.0

2

package.json
{
"name": "@wiotp/sdk",
"version": "0.4.2",
"version": "0.5.0",
"description": "SDK for developing device, gateway, and application clients for IBM Watson IoT Platform",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -72,2 +72,8 @@ /**

updateConnector({id, name, description, serviceId, type, enabled, timezone}) {
return this.apiClient.callApi('PUT', 200, true, ['historianconnectors', id], {id, name, description, serviceId, type, enabled, timezone})
.catch(err => errors.handleError(err, {}));
}
getConnectors({name, serviceType, enabled, serviceId}) {

@@ -74,0 +80,0 @@ return this.apiClient.callApi('GET', 200, true, ['historianconnectors'], null, {

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