Socket
Socket
Sign inDemoInstall

@psdk/frame

Package Overview
Dependencies
0
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5-snapshot to 0.0.6-snapshot

2

package.json
{
"name": "@psdk/frame",
"version": "0.0.5-snapshot",
"version": "0.0.6-snapshot",
"description": "psdk",

@@ -5,0 +5,0 @@ "main": "target/js/psdk.min.js",

@@ -23,2 +23,11 @@ /**

}
/**
* Fake connected device
*/
export declare class FakeConnectedDevice implements ConnectedDevice {
connectionState(): ConnectionState;
deviceName(): string;
read(): Promise<Uint8Array>;
write(data: Uint8Array): Promise<void>;
}
//# sourceMappingURL=connected_device.d.ts.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc