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.1.6 to 1.2.0

js/SoundConfigurationService.js

4

js/FeatureOperations.js

@@ -149,4 +149,4 @@ /*

if (!this.hasProperty("write", ch)) {
const e = new Error(`The ${this.type} feature does not support the write method`);
if (!this.hasProperty("write", ch) && !this.hasProperty("writeWithoutResponse", ch)) {
const e = new Error(`The ${this.type} feature does not support the write or writeWithoutResponse method`);
throw e;

@@ -153,0 +153,0 @@ }

@@ -59,2 +59,5 @@ /*

import MotionConfigurationService from "./MotionConfigurationService.js";
import SoundConfigurationService from "./SoundConfigurationService.js";
import SpeakerDataService from "./SpeakerDataService.js";
import SpeakerStatusService from "./SpeakerStatusService.js";

@@ -159,2 +162,5 @@ class Thingy extends EventTarget {

this.motionconfiguration = new MotionConfigurationService(this);
this.soundconfiguration = new SoundConfigurationService(this);
this.speakerdata = new SpeakerDataService(this);
this.speakerstatus = new SpeakerStatusService(this);
}

@@ -161,0 +167,0 @@

{
"name": "thingy52_web_bluetooth",
"version": "1.1.6",
"version": "1.2.0",
"description": "API for connecting to and interacting with Nordic Semiconductor's Thingy:52 in the browser",

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

Sorry, the diff of this file is not supported yet

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