Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

extendscript-rpc-server

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extendscript-rpc-server - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

7

index.js

@@ -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 = "";

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc