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

iobroker.amazon-dash

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.amazon-dash - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

9

io-package.json
{
"common": {
"name": "amazon-dash",
"version": "0.2.6",
"news": {
"0.0.26": {
"en": "add new admin ",
"de": "admin ist neu",
"ru": "?????????"
}
},
"version": "0.2.7",
"title": "Amazon Dash-Button",

@@ -13,0 +6,0 @@ "desc": {

9

main.js

@@ -59,4 +59,5 @@ /* jshint -W097 */// jshint strict:false

if (macOK.length > 5) {
MACs.push(macOK.substring(1,6));
if (macOK.length > 5) {
MACs.push(macOK.substring(0,6));
adapter.log.debug('manual MAC : ' + MACs.push(macOK.substring(0,6)));
}

@@ -87,2 +88,4 @@ }

adapter.log.debug('needle MAC : ' + needle);
if (MACs.indexOf(needle) > -1) {

@@ -151,2 +154,2 @@ adapter.setObjectNotExists(nice_mac + ".pressed", {

return ret_arr;
}
}
{
"name": "iobroker.amazon-dash",
"version": "0.2.6",
"version": "0.2.7",
"description": "ioBroker amazon-dash Adapter",

@@ -5,0 +5,0 @@ "author": {

@@ -28,2 +28,5 @@ ![Logo](admin/amazon-dash.png)

### 0.2.7
+ (arteck) fixed MAC parsing
### 0.2.6

@@ -30,0 +33,0 @@ + (arteck) edit admin

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