Socket
Socket
Sign inDemoInstall

advlib-ble-manufacturers

Package Overview
Dependencies
0
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.4 to 1.4.0

lib/efento.js

3

lib/advlibblemanufacturers.js

@@ -9,2 +9,3 @@ /**

const codeBlueCommunications = require('./codebluecommunications');
const efento = require('./efento');
const enocean = require('./enocean');

@@ -34,2 +35,4 @@ const minew = require('./minew');

return apple.process(data);
case 0x026c:
return efento.process(data);
case 0x03da:

@@ -36,0 +39,0 @@ return enocean.process(data);

2

package.json

@@ -18,3 +18,3 @@ {

],
"version": "1.3.4",
"version": "1.4.0",
"engines": {

@@ -21,0 +21,0 @@ "node": ">=6.0.0"

@@ -44,2 +44,3 @@ advlib-ble-manufacturers

| 0x004c | Apple | apple.js |
| 0x026c | Efento | efento.js |
| 0x03da | EnOcean | enocean.js |

@@ -46,0 +47,0 @@ | 0x0500 | Wiliot | wiliot.js |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc