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

misfit-bolt

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

misfit-bolt - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

foo.js

9

index.js

@@ -6,5 +6,6 @@ 'use strict';

var advertisementName = 'MFBOLT';
var on = 'CLTMP 3200,100';
var off = 'CLTMP 3200,0';
var advertisementName = 'MFBOLT',
lightCharacteristicUUID = 'fff1',
on = 'CLTMP 3200,100',
off = 'CLTMP 3200,0';

@@ -38,3 +39,3 @@ function isOn(value) {

characteristic = characteristics[i];
if(characteristic.uuid == 'fff1') {
if(characteristic.uuid == lightCharacteristicUUID) {
this._light = characteristic;

@@ -41,0 +42,0 @@ }

{
"name": "misfit-bolt",
"version": "1.0.3",
"version": "1.0.4",
"description": "Misfit Bolt Javascript Interface",

@@ -35,3 +35,3 @@ "keywords": [

"debug": "^2.2.0",
"noble": "^1.2.1"
"noble": "^1.3.0"
},

@@ -38,0 +38,0 @@ "devDependencies": {

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