Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@psdk/device-bluetooth-traits

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@psdk/device-bluetooth-traits - npm Package Compare versions

Comparing version 0.2.24 to 0.2.25

8

build/types.d.ts
export declare class JluetoothDevice<T> {
private readonly _origin;
private readonly _name;
origin: T;
name: String;
deviceId: String;
constructor(options: {
origin: T;
name: String;
deviceId: String;
});
origin(): T;
name(): String;
}

@@ -11,0 +11,0 @@ export interface ConnectOptions {

@@ -6,12 +6,7 @@ "use strict";

constructor(options) {
this._origin = options.origin;
this._name = options.name;
this.origin = options.origin;
this.name = options.name;
this.deviceId = options.deviceId;
}
origin() {
return this._origin;
}
name() {
return this._name;
}
}
exports.JluetoothDevice = JluetoothDevice;
{
"name": "@psdk/device-bluetooth-traits",
"version": "0.2.24",
"version": "0.2.25",
"description": "psdk",

@@ -56,3 +56,3 @@ "main": "build/index.js",

],
"gitHead": "6f48e137892dff48a2e7dfd4c301c65b73e5f2e2"
"gitHead": "ba33a782433c0bddd4f6c56311530c60ed542a2e"
}

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