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

@wixc3/engine-core-node

Package Overview
Dependencies
Maintainers
68
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 37.1.0 to 37.1.1

4

dist/types.d.ts

@@ -1,2 +0,2 @@

import { AnyEnvironment, BaseHost, EnvironmentTypes, MultiEnvironment, TopLevelConfig } from '@wixc3/engine-core';
import { AnyEnvironment, EnvironmentTypes, MultiEnvironment, Target, TopLevelConfig } from '@wixc3/engine-core';
export interface StartEnvironmentOptions<ENV extends AnyEnvironment = AnyEnvironment> extends IEnvironmentDescriptor<ENV> {

@@ -9,3 +9,3 @@ featureName: string;

inspect?: boolean;
host?: BaseHost;
host?: Target;
context?: string;

@@ -12,0 +12,0 @@ }

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

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

"dependencies": {
"@wixc3/engine-core": "^37.1.0",
"@wixc3/engine-core": "^37.1.1",
"@wixc3/patterns": "^8.2.0",

@@ -14,0 +14,0 @@ "create-listening-server": "^2.1.0",

@@ -1,2 +0,8 @@

import { AnyEnvironment, BaseHost, EnvironmentTypes, MultiEnvironment, TopLevelConfig } from '@wixc3/engine-core';
import {
AnyEnvironment,
EnvironmentTypes,
MultiEnvironment,
Target,
TopLevelConfig,
} from '@wixc3/engine-core';

@@ -11,3 +17,3 @@ export interface StartEnvironmentOptions<ENV extends AnyEnvironment = AnyEnvironment>

inspect?: boolean;
host?: BaseHost;
host?: Target;
context?: string;

@@ -14,0 +20,0 @@ }

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