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

aliyun-iot-device-sdk

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aliyun-iot-device-sdk - npm Package Compare versions

Comparing version 0.2.15 to 0.2.16

2

lib/device.js

@@ -88,3 +88,3 @@ 'use strict';

_this.timestamp = Date.now();
_this.clientId = config.clientId || _this.productKey + '&' + _this.deviceName + '&' + _this.timestamp;
_this.clientId = config.clientId + '_aliyun-iot-sdk-nodejs' || _this.productKey + '&' + _this.deviceName + '_aliyun-iot-sdk-nodejs';
_this._props = {};

@@ -91,0 +91,0 @@ _this.postPropsTopic = util.format(TOPICS.PROPERTY_POST_TOPIC, _this.productKey, _this.deviceName);

{
"name": "aliyun-iot-device-sdk",
"version": "0.2.15",
"version": "0.2.16",
"description": "aliyun iot device sdk",

@@ -5,0 +5,0 @@ "keywords": [

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