Socket
Socket
Sign inDemoInstall

@wixc3/engine-runtime-node

Package Overview
Dependencies
Maintainers
172
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wixc3/engine-runtime-node - npm Package Compare versions

Comparing version 22.0.0 to 22.1.0

3

dist/node-environments-manager.js

@@ -259,4 +259,5 @@ "use strict";

com.clearEnvironment(nodeEnv.name);
com.registerMessageHandler(ipcHost);
com.registerEnv(nodeEnv.name, ipcHost);
com.registerMessageHandler(ipcHost);
com.handleReady({ from: nodeEnv.name });
return {

@@ -263,0 +264,0 @@ port,

{
"name": "@wixc3/engine-runtime-node",
"version": "22.0.0",
"version": "22.1.0",
"main": "dist/index.js",

@@ -11,4 +11,4 @@ "types": "dist/index.d.ts",

"@wixc3/cross-performance": "^22.0.0",
"@wixc3/engine-core": "^22.0.0",
"@wixc3/engine-core-node": "^22.0.0",
"@wixc3/engine-core": "^22.1.0",
"@wixc3/engine-core-node": "^22.1.0",
"create-listening-server": "^1.0.0",

@@ -15,0 +15,0 @@ "minimist": "^1.2.5",

@@ -14,2 +14,3 @@ import type { Socket } from 'net';

ConfigEnvironmentRecord,
ReadyMessage,
} from '@wixc3/engine-core';

@@ -366,4 +367,5 @@

com.clearEnvironment(nodeEnv.name);
com.registerMessageHandler(ipcHost);
com.registerEnv(nodeEnv.name, ipcHost);
com.registerMessageHandler(ipcHost);
com.handleReady({ from: nodeEnv.name } as ReadyMessage);
return {

@@ -370,0 +372,0 @@ port,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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