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.0 to 1.1.1

CODE_OF_CONDUCT.md

2

package.json

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

],
"version": "1.1.0",
"version": "1.1.1",
"engines": {

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

@@ -66,20 +66,28 @@ advlib

| Property | Type | Notes |
|:------------------|:----------------|------------------|
| acceleration | Array of Number | [ x, y, z ] In g |
| appearance | String | From Bluetooth |
| batteryPercentage | Number | 0 to 100 (%) |
| batteryVoltage | Number | In volts |
| deviceIds | Array of String | |
| interactionDigest | Array of Object | |
| name | String | |
| nearest | Array of Object | |
| relativeHumidity | Number | 0 to 100 (%) |
| temperature | Number | In Celcius |
| txCount | Number | |
| txPower | Number | In dBm |
| uptime | Number | In milliseconds |
| uri | String | |
| uuids | Array of String | |
| version | String | Format pending |
| Property | Type | Notes |
|:------------------|:----------------|---------------------|
| acceleration | Array of Number | [ x, y, z ] In g |
| appearance | String | From Bluetooth |
| batteryPercentage | Number | 0 to 100 (%) |
| batteryVoltage | Number | In volts |
| deviceIds | Array of String | |
| elevation | Number | In m |
| heading | Number | In degrees |
| heartRate | Number | In beats per minute |
| illuminance | Number | In lx |
| interactionDigest | Array of Object | |
| magneticField | Array of Number | [ x, y, z ] In G |
| name | String | |
| nearest | Array of Object | |
| position | Array of Number | [ lon, lat, ele ] |
| pressure | Number | In Pa |
| relativeHumidity | Number | 0 to 100 (%) |
| speed | Number | In m/s |
| temperature | Number | In Celcius |
| txCount | Number | |
| txPower | Number | In dBm |
| uptime | Number | In milliseconds |
| uri | String | |
| uuids | Array of String | |
| version | String | Format pending |

@@ -94,16 +102,19 @@ Properties are intended to be as flat as possible to facilitate data manipulation, especially with respect to database schemas.

In 2020, __advlib__ was redesigned and updated to v1.x which is modular, more efficient, protocol-agnostic and better supports the broad range of use cases that have emerged since its initial conception.
In 2020, __advlib__ was redesigned and updated to v1.x which is modular, more efficient, protocol-agnostic and better supports the broad range of use cases that have emerged since its initial conception. The previous version remains available in the [release-0.1 branch](https://github.com/reelyactive/advlib/tree/release-0.1) and as [advlib@0.1.4 on npm](https://www.npmjs.com/package/advlib/v/0.1.4).
What's next?
Contributing
------------
__advlib__ v1.0.0 was released in September 2020, superseding all earlier versions, the latest of which remains available in the [release-0.1 branch](https://github.com/reelyactive/advlib/tree/release-0.1) and as [advlib@0.1.4 on npm](https://www.npmjs.com/package/advlib/v/0.1.4).
Discover [how to contribute](CONTRIBUTING.md) to this open source project which upholds a standard [code of conduct](CODE_OF_CONDUCT.md).
If you're developing with advlib check out:
* [diyActive](https://reelyactive.github.io/) our developer page
* our [node-style-guide](https://github.com/reelyactive/node-style-guide) for development
* our [contact information](https://www.reelyactive.com/contact/) to get in touch if you'd like to contribute
Security
--------
Consult our [security policy](SECURITY.md) for best practices using this open source software and to report vulnerabilities.
[![Known Vulnerabilities](https://snyk.io/test/github/reelyactive/advlib/badge.svg)](https://snyk.io/test/github/reelyactive/advlib)
License

@@ -110,0 +121,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