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

bipso

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bipso - npm Package Compare versions

Comparing version 1.0.0 to 1.2.0

2

doc/spec.md

@@ -81,3 +81,3 @@ # BIPSO Specification

| color (3335) | 0xcc25 | **id(uint8)**, **flags(uint8)**, **colour(string)**[, units(string), appType(string) ] | color |
| gpsLocation (3336) | 0xcc26 | **id(uint8)**, **flags(uint8)**, **latitude(string)**, **longitude(string)**[, altitude(string), uncertainty(string), compassDir(float), velocity(buffer), timestamp(uint32), appType(string) ] | gps location |
| gpsLocation (3336) | 0xcc26 | **id(uint8)**, **flags(uint8)**, **latitude(string)**, **longitude(string)**[, uncertainty(string), compassDir(float), velocity(buffer), timestamp(uint32), appType(string) ] | gps location |
| positioner (3337) | 0xcc27 | **id(uint8)**, **flags(uint8)**, **currentPos(float)**[, transTime(float), remainTime(float), minMeaValue(float), maxMeaValue(float), resetMinMaxMeaValues(buffer), minLimit(float), maxLimit(float), appType(string) ] | positioner |

@@ -84,0 +84,0 @@ | buzzer (3338) | 0xcc28 | **id(uint8)**, **flags(uint8)**, **onOff(boolean)**, **minOffTime(float)**[, level(float), timeDuration(float), appType(string) ] | buzzer |

@@ -783,3 +783,2 @@ module.exports = {

"optional": [
{"altitude": "string"},
{"uncertainty": "string"},

@@ -786,0 +785,0 @@ {"compassDir": "float"},

{
"name": "bipso",
"version": "1.0.0",
"version": "1.2.0",
"description": "An utility to help BLE developers define Characteristics in an IPSO way.",

@@ -5,0 +5,0 @@ "main": "index.js",

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