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

thingy52_web_bluetooth

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thingy52_web_bluetooth - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

js/BatteryService.js

2

js/Thingy.js

@@ -62,2 +62,3 @@ /*

import SpeakerStatusService from "./SpeakerStatusService.js";
import BatteryService from "./BatteryService.js";

@@ -161,2 +162,3 @@ class Thingy extends EventTarget {

this.speakerstatus = new SpeakerStatusService(this);
this.battery = new BatteryService(this);
}

@@ -163,0 +165,0 @@

2

package.json
{
"name": "thingy52_web_bluetooth",
"version": "1.3.4",
"version": "1.3.5",
"description": "API for connecting to and interacting with Nordic Semiconductor's Thingy:52 in the browser",

@@ -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