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.33 to 0.2.34

1

build/index.d.ts

@@ -21,3 +21,4 @@ import { ConnectedDevice, ConnectionState, ReadOptions } from "@psdk/frame";

write(data: Uint8Array): Promise<void>;
flush(): void;
}
//# sourceMappingURL=index.d.ts.map

@@ -99,3 +99,6 @@ "use strict";

}
flush() {
this.dataOfRead.splice(0, this.dataOfRead.length);
}
}
exports.TaroBleConnectedDevice = TaroBleConnectedDevice;

6

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

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

"dependencies": {
"@psdk/frame": "0.2.33",
"@psdk/frame": "0.2.34",
"await-timeout": "^1.1.1"

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

],
"gitHead": "fbb7e5e83b26e6ffd59e84a13d9fd464cbe09670"
"gitHead": "882830c6760f740ac1265cac559df14e3852111d"
}

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