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

@garfish/core

Package Overview
Dependencies
Maintainers
8
Versions
380
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@garfish/core - npm Package Compare versions

Comparing version 1.13.7-beta-20230209122902.0 to 1.14.0

12

dist/esm/index.js

@@ -1058,3 +1058,3 @@ var __defProp = Object.defineProperty;

name: "fix-hmr",
version: "1.13.7-beta-20230209122902.0",
version: "1.14.0",
bootstrap() {

@@ -1106,3 +1106,3 @@ if (hasInit)

name,
version: "1.13.7-beta-20230209122902.0"
version: "1.14.0"
}, options);

@@ -1269,3 +1269,3 @@ };

name: "preload",
version: "1.13.7-beta-20230209122902.0",
version: "1.14.0",
beforeLoad(appInfo) {

@@ -1516,3 +1516,3 @@ if (Garfish2.options.disablePreloadApp) {

name: "garfish-logger",
version: "1.13.7-beta-20230209122902.0",
version: "1.14.0",
beforeLoad(appInfo, ...args) {

@@ -1569,3 +1569,3 @@ coreLog2(`${appInfo.name} beforeLoad`, [appInfo, ...args]);

this.running = false;
this.version = "1.13.7-beta-20230209122902.0";
this.version = "1.14.0";
this.flag = __GARFISH_FLAG__;

@@ -1677,3 +1677,3 @@ this.loader = new Loader2();

}
appInfo = generateAppOptions(appName, this, options);
appInfo = generateAppOptions(appName, this, appInfo);
assert4(appInfo.entry, `Can't load unexpected child app "${appName}", Please provide the entry parameters or registered in advance of the app.`);

@@ -1680,0 +1680,0 @@ let appInstance = null;

@@ -1042,3 +1042,3 @@ var __defProp = Object.defineProperty;

name: "fix-hmr",
version: "1.13.7-beta-20230209122902.0",
version: "1.14.0",
bootstrap() {

@@ -1090,3 +1090,3 @@ if (hasInit)

name,
version: "1.13.7-beta-20230209122902.0"
version: "1.14.0"
}, options);

@@ -1246,3 +1246,3 @@ };

name: "preload",
version: "1.13.7-beta-20230209122902.0",
version: "1.14.0",
beforeLoad(appInfo) {

@@ -1493,3 +1493,3 @@ if (Garfish2.options.disablePreloadApp) {

name: "garfish-logger",
version: "1.13.7-beta-20230209122902.0",
version: "1.14.0",
beforeLoad(appInfo, ...args) {

@@ -1546,3 +1546,3 @@ (0, import_utils8.coreLog)(`${appInfo.name} beforeLoad`, [appInfo, ...args]);

this.running = false;
this.version = "1.13.7-beta-20230209122902.0";
this.version = "1.14.0";
this.flag = import_utils9.__GARFISH_FLAG__;

@@ -1654,3 +1654,3 @@ this.loader = new import_loader2.Loader();

}
appInfo = generateAppOptions(appName, this, options);
appInfo = generateAppOptions(appName, this, appInfo);
(0, import_utils9.assert)(appInfo.entry, `Can't load unexpected child app "${appName}", Please provide the entry parameters or registered in advance of the app.`);

@@ -1657,0 +1657,0 @@ let appInstance = null;

{
"name": "@garfish/core",
"version": "1.13.7-beta-20230209122902.0",
"version": "1.14.0",
"description": "core module.",

@@ -32,9 +32,9 @@ "keywords": [

"@alioth-org/es-module-lexer": "^1.1.0",
"@garfish/hooks": "1.13.7-beta-20230209122902.0",
"@garfish/loader": "1.13.7-beta-20230209122902.0",
"@garfish/utils": "1.13.7-beta-20230209122902.0",
"@garfish/hooks": "1.14.0",
"@garfish/loader": "1.14.0",
"@garfish/utils": "1.14.0",
"eventemitter2": "^6.4.5"
},
"devDependencies": {
"@garfish/test-suite": "1.13.7-beta-20230209122902.0"
"@garfish/test-suite": "1.14.0"
},

@@ -41,0 +41,0 @@ "publishConfig": {

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