Socket
Socket
Sign inDemoInstall

@blitzjs/config

Package Overview
Dependencies
Maintainers
2
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blitzjs/config - npm Package Compare versions

Comparing version 0.34.0-canary.3 to 0.34.0-canary.4

5

dist/blitzjs-config.cjs.dev.js

@@ -103,6 +103,3 @@ 'use strict';

} catch (error) {
// https://github.com/blitz-js/blitz/issues/2080
if (!process.env.JEST_WORKER_ID) {
console.error("Failed to load config in getConfig()", error);
}
debug("Failed to load config in getConfig()", error);
} // Idk why, but during startup first result of loading blitz config is empty

@@ -109,0 +106,0 @@ // Therefore don't cache it so that next time will load the full config properly

@@ -103,6 +103,3 @@ 'use strict';

} catch (error) {
// https://github.com/blitz-js/blitz/issues/2080
if (!process.env.JEST_WORKER_ID) {
console.error("Failed to load config in getConfig()", error);
}
debug("Failed to load config in getConfig()", error);
} // Idk why, but during startup first result of loading blitz config is empty

@@ -109,0 +106,0 @@ // Therefore don't cache it so that next time will load the full config properly

@@ -94,6 +94,3 @@ import { existsSync, readJSONSync } from 'fs-extra';

} catch (error) {
// https://github.com/blitz-js/blitz/issues/2080
if (!process.env.JEST_WORKER_ID) {
console.error("Failed to load config in getConfig()", error);
}
debug("Failed to load config in getConfig()", error);
} // Idk why, but during startup first result of loading blitz config is empty

@@ -100,0 +97,0 @@ // Therefore don't cache it so that next time will load the full config properly

4

package.json
{
"name": "@blitzjs/config",
"version": "0.34.0-canary.3",
"version": "0.34.0-canary.4",
"description": "Loads the blitz app config",

@@ -26,3 +26,3 @@ "license": "MIT",

},
"gitHead": "973c2384ec5c40b689c97bcc063bcb924f591c95",
"gitHead": "fdab34bee40fd35bdabbadc43a8093aa1776bdaa",
"dependencies": {

@@ -29,0 +29,0 @@ "fs-extra": "^9.1.0",

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