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

@psdk/device-ble-taro

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@psdk/device-ble-taro - npm Package Compare versions

Comparing version 0.2.41 to 0.2.42

1

build/index.d.ts

@@ -19,2 +19,3 @@ import { ConnectedDevice, ConnectionState, ReadOptions } from "@psdk/frame-father";

disconnect(): Promise<void>;
canRead(): boolean;
read(options?: ReadOptions): Promise<Uint8Array>;

@@ -21,0 +22,0 @@ write(data: Uint8Array): Promise<void>;

@@ -58,2 +58,5 @@ "use strict";

}
canRead() {
return true;
}
read(options) {

@@ -60,0 +63,0 @@ var _a;

6

package.json
{
"name": "@psdk/device-ble-taro",
"version": "0.2.41",
"version": "0.2.42",
"description": "psdk",

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

"dependencies": {
"@psdk/frame-father": "0.2.41",
"@psdk/frame-father": "0.2.42",
"await-timeout": "^1.1.1"

@@ -57,3 +57,3 @@ },

],
"gitHead": "55b832248d89473c2936e2f8756429ec03af6d39"
"gitHead": "e7c7647f9fb20a8b59d06404034b027020cc541a"
}

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