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

2

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

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

@@ -67,4 +67,4 @@ /**

// {name, description, serviceId, timezone, enabled}
createConnector({name, description=undefined, serviceId, timezone='UTC', enabled=true}) {
return this.apiClient.callApi('POST', 201, true, ['historianconnectors'], {name, description, serviceId, timezone, enabled})
createConnector({name, type, description=undefined, serviceId, timezone='UTC', enabled=true}) {
return this.apiClient.callApi('POST', 201, true, ['historianconnectors'], {name, description, type, serviceId, timezone, enabled})
.catch(err => errors.handleError(err, {}));

@@ -71,0 +71,0 @@ }

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