extendscript-rpc-server
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -58,2 +58,7 @@ | ||
if(!nextSize || (nextSize > (data.length - offset3))) { | ||
socket.end(); | ||
break; | ||
} | ||
switch(type2) { | ||
@@ -125,3 +130,3 @@ case 1: | ||
type = 1; | ||
type = 0; | ||
remain = 4; | ||
@@ -128,0 +133,0 @@ data = ""; |
{ | ||
"name": "extendscript-rpc-server", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "ExtendScript XML / Binary RPC server & client", | ||
@@ -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
13217
207