scrcpy-client
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -152,3 +152,3 @@ Promise = require('bluebird'); | ||
header = { | ||
pts: chunk.readUIntBE(0, 8), | ||
pts: chunk.slice(0, 8), | ||
len: chunk.readUInt32BE(8) | ||
@@ -155,0 +155,0 @@ }; |
{ | ||
"name": "scrcpy-client", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Client for scrcpy android server ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28891