Socket
Socket
Sign inDemoInstall

@wixc3/engine-electron-host

Package Overview
Dependencies
Maintainers
180
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wixc3/engine-electron-host - npm Package Compare versions

Comparing version 9.1.1 to 9.1.2

2

dist/runtime-arguments-provider.d.ts

@@ -5,3 +5,3 @@ import type { IEngineRuntimeArguments } from '@wixc3/engine-electron-commons';

setProvider(provider: () => IEngineRuntimeArguments): void;
getRuntimeArguments(): void;
getRuntimeArguments(): IEngineRuntimeArguments;
}

@@ -8,0 +8,0 @@ declare const _default: RuntimeArgumentsProvider;

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

}
return this.provider();
}

@@ -13,0 +14,0 @@ }

{
"name": "@wixc3/engine-electron-host",
"version": "9.1.1",
"version": "9.1.2",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "bin": {

@@ -12,2 +12,3 @@ import type { IEngineRuntimeArguments } from '@wixc3/engine-electron-commons';

}
return this.provider();
}

@@ -14,0 +15,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