New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wixc3/engine-core

Package Overview
Dependencies
Maintainers
147
Versions
343
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wixc3/engine-core - npm Package Compare versions

Comparing version 11.0.1 to 11.0.2

2

cjs/entities/env.d.ts

@@ -19,3 +19,3 @@ import { EnvironmentTypes } from '../com/types';

export declare const globallyProvidingEnvironments: Set<string>;
export declare class SingleEndpointContextualEnvironment<NAME extends string, ENVS extends Environment[]> extends Environment<NAME, EnvironmentTypes, EnvironmentMode> {
export declare class SingleEndpointContextualEnvironment<NAME extends string, ENVS extends Environment[]> extends Environment<NAME, EnvironmentTypes, 'single'> {
environments: ENVS;

@@ -22,0 +22,0 @@ constructor(env: NAME, environments: ENVS);

{
"name": "@wixc3/engine-core",
"version": "11.0.1",
"version": "11.0.2",
"main": "cjs/index.js",

@@ -5,0 +5,0 @@ "types": "cjs/index.d.ts",

@@ -27,3 +27,3 @@ import { EnvironmentTypes } from '../com/types';

EnvironmentTypes,
EnvironmentMode
'single'
> {

@@ -30,0 +30,0 @@ constructor(env: NAME, public environments: ENVS) {

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