Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

advlib

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

advlib - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

6

package.json

@@ -16,5 +16,7 @@ {

"packet decoder",
"Bluetooth Low Energy"
"Bluetooth Low Energy",
"RAIN RFID",
"EPC"
],
"version": "1.1.3",
"version": "1.1.4",
"engines": {

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

@@ -6,2 +6,3 @@ advlib

- [advlib-ble](https://github.com/reelyactive/advlib-ble) for Bluetooth Low Energy
- [advlib-epc-tds](https://github.com/reelyactive/advlib-epc-tds) for RAIN RFID (Electronic Product Code Tag Data Standard)

@@ -89,2 +90,3 @@ and the following _interpreter_ modules:

| relativeHumidity | Number | 0 to 100 (%) |
| relay | Object | See note below |
| speed | Number | In m/s |

@@ -99,3 +101,3 @@ | temperature | Number | In Celcius |

Properties are intended to be as flat as possible to facilitate data manipulation, especially with respect to database schemas.
Properties are intended to be as flat as possible to facilitate data manipulation, especially with respect to database schemas. One exception is the _relay_ property which encapsulates ambient data intended for external processing by a third party. A _relay_ Object has only one mandatory property, _type_, which is a String identifying the third party, and may also include any number of third-party-specific properties.

@@ -102,0 +104,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