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.0 to 1.0.1

client.jsx

4

package.json
{
"name": "extendscript-rpc-server",
"version": "1.0.0",
"description": "ExtendScript XML / Binary RPC server, see extendscript-rpc-client package for the client",
"version": "1.0.1",
"description": "ExtendScript XML / Binary RPC server & client",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -20,2 +20,4 @@ # ExtendScript RPC Server

```JavaScript
#include "client.jsx" // copy client.jsx to the folder, which script is located at, or copy contents of the client.jsx to here
var connection = new xmlconnection("localhost:3333");

@@ -22,0 +24,0 @@

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