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

advlib-ble-services

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

advlib-ble-services - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

lib/gatt.js

@@ -290,3 +290,3 @@ /**

return { language: language };
return { languages: [ language ] };
}

@@ -293,0 +293,0 @@

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

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

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

@@ -86,3 +86,3 @@ /**

const EXPECTED_DATA_ILLUMINANCE = { illuminance: 1000 };
const EXPECTED_DATA_LANGUAGE = { language: "fr" };
const EXPECTED_DATA_LANGUAGE = { languages: [ 'fr' ] };
const EXPECTED_DATA_GENERIC_LEVEL = { levelPercentage: 12.339971007858397 };

@@ -89,0 +89,0 @@ const EXPECTED_DATA_CO2_CONCENTRATION_UNKNOWN = null;

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