Socket
Socket
Sign inDemoInstall

@wixc3/engine-core-node

Package Overview
Dependencies
Maintainers
85
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 29.0.1 to 29.0.2

2

dist/ipc-host.js

@@ -27,2 +27,3 @@ "use strict";

origin: env,
forwardingChain: [],
});

@@ -44,2 +45,3 @@ }

origin: data.to,
forwardingChain: [],
});

@@ -46,0 +48,0 @@ }

2

dist/local-env-inititializer.d.ts

@@ -7,5 +7,5 @@ import type { InitializerOptions } from '@wixc3/engine-core';

*/
export declare const localNodeEnvironmentInitializer: ({ communication, env }: InitializerOptions) => {
export declare const localNodeEnvironmentInitializer: ({ communication: com, env }: InitializerOptions) => {
id: string;
};
//# sourceMappingURL=local-env-inititializer.d.ts.map

@@ -58,2 +58,3 @@ "use strict";

to: '*',
forwardingChain: [],
});

@@ -60,0 +61,0 @@ }

{
"name": "@wixc3/engine-core-node",
"version": "29.0.1",
"version": "29.0.2",
"main": "dist/index.js",

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

"dependencies": {
"@wixc3/engine-core": "^29.0.1",
"@wixc3/engine-core": "^29.0.2",
"create-listening-server": "^1.0.0",

@@ -14,0 +14,0 @@ "express": "^4.18.1",

@@ -23,2 +23,3 @@ import { BaseHost, IDisposable, Message } from '@wixc3/engine-core';

origin: env,
forwardingChain: [],
});

@@ -45,2 +46,3 @@ }

origin: data.to,
forwardingChain: [],
});

@@ -47,0 +49,0 @@ }

@@ -84,2 +84,3 @@ import type io from 'socket.io';

to: '*',
forwardingChain: [],
});

@@ -86,0 +87,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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