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 34.0.0 to 35.0.0

3

dist/get-application-metadata.d.ts
import { Communication } from '@wixc3/engine-core';
import { IEngineRuntimeArguments } from './types';
/**

@@ -6,3 +7,3 @@ * gets application metadata using `MetadataCollectionAPI` that should be registered for `ROOT_ENGINE_ENV_ID` environment

*/
export declare const getApplicationMetaData: (com: Communication) => Promise<import("./types").IEngineRuntimeArguments>;
export declare const getApplicationMetaData: (com: Communication) => Promise<IEngineRuntimeArguments>;
//# sourceMappingURL=get-application-metadata.d.ts.map

@@ -29,2 +29,3 @@ import { AnyEnvironment, BaseHost, EnvironmentTypes, MultiEnvironment, TopLevelConfig } from '@wixc3/engine-core';

nodeEntryPath: string;
workerThreadEntryPath: string;
features: [featureName: string, featureDefinition: Required<IStaticFeatureDefinition>][];

@@ -31,0 +32,0 @@ config: TopLevelConfig;

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

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

"dependencies": {
"@wixc3/engine-core": "^34.0.0",
"@wixc3/engine-core": "^35.0.0",
"create-listening-server": "^2.1.0",

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

import { AsyncApi, Communication } from '@wixc3/engine-core';
import { MetadataCollectionAPI, metadataApiToken } from './types';
import { IEngineRuntimeArguments, MetadataCollectionAPI, metadataApiToken } from './types';
import { METADATA_PROVIDER_ENV_ID, ENGINE_ROOT_ENVIRONMENT_ID } from './constants';

@@ -9,3 +9,3 @@

*/
export const getApplicationMetaData = async (com: Communication) => {
export const getApplicationMetaData = async (com: Communication): Promise<IEngineRuntimeArguments> => {
const api = getMetadataApi(com);

@@ -12,0 +12,0 @@ const result = await api.getRuntimeArguments();

@@ -34,2 +34,3 @@ import { AnyEnvironment, BaseHost, EnvironmentTypes, MultiEnvironment, TopLevelConfig } from '@wixc3/engine-core';

nodeEntryPath: string;
workerThreadEntryPath: string;
features: [featureName: string, featureDefinition: Required<IStaticFeatureDefinition>][];

@@ -36,0 +37,0 @@ config: TopLevelConfig;

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