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.2.0 to 1.3.0

2

doc/spec.md

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

| gyrometer (3334) | 0xcc24 | **id(uint8)**, **flags(uint8)**, **xValue(float)**[, yValue(float), zValue(float), units(string), minXValue(float), maxXValue(float), minYValue(float), maxYValue(float), minZValue(float), maxZValue(float), resetMinMaxMeaValues(buffer), minRangeValue(float), maxRangeValue(float), appType(string) ] | gyrometer |
| color (3335) | 0xcc25 | **id(uint8)**, **flags(uint8)**, **colour(string)**[, units(string), appType(string) ] | color |
| colour (3335) | 0xcc25 | **id(uint8)**, **flags(uint8)**, **colour(string)**[, units(string), appType(string) ] | colour |
| gpsLocation (3336) | 0xcc26 | **id(uint8)**, **flags(uint8)**, **latitude(string)**, **longitude(string)**[, uncertainty(string), compassDir(float), velocity(buffer), timestamp(uint32), appType(string) ] | gps location |

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

@@ -18,2 +18,3 @@ 'use strict';

DEFS.ipsoCharUuid = __defs.ipsoCharUuid;

@@ -20,0 +21,0 @@ /*************************************************************************************************/

@@ -40,3 +40,3 @@ module.exports = {

"gyrometer": 3334,
"color": 3335,
"colour": 3335,
"gpsLocation": 3336,

@@ -94,3 +94,3 @@ "positioner": 3337,

"gyrometer": 52260,
"color": 52261,
"colour": 52261,
"gpsLocation": 52262,

@@ -97,0 +97,0 @@ "positioner": 52263,

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

@@ -25,3 +25,3 @@ "main": "index.js",

"devDependencies": {
"busyman": "^0.2.0",
"busyman": "^0.2.1",
"chai": "^3.5.0",

@@ -28,0 +28,0 @@ "mocha": "^2.5.3"

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