Socket
Socket
Sign inDemoInstall

@psdk/frame

Package Overview
Dependencies
5
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.33 to 0.2.34

5

build/device/adapter/connected_device.d.ts

@@ -26,2 +26,6 @@ /**

read(options?: ReadOptions): Promise<Uint8Array>;
/**
* flush read data
*/
flush(): void;
}

@@ -37,3 +41,4 @@ /**

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

2

build/device/adapter/connected_device.js

@@ -42,3 +42,5 @@ "use strict";

}
flush() {
}
}
exports.FakeConnectedDevice = FakeConnectedDevice;

4

package.json
{
"name": "@psdk/frame",
"version": "0.2.33",
"version": "0.2.34",
"description": "psdk",

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

],
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc