extendscript-rpc-server
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -62,3 +62,2 @@ | ||
if(type == 1) { | ||
alert(data); | ||
datas.push(new XML(data)); | ||
@@ -65,0 +64,0 @@ } else { |
'use strict'; | ||
var net = require('net'), | ||
@@ -3,0 +5,0 @@ et = require('elementtree'), |
{ | ||
"name": "extendscript-rpc-server", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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
13224