Socket
Socket
Sign inDemoInstall

@blitzjs/config

Package Overview
Dependencies
Maintainers
1
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.15.1 to 0.15.2-canary.0

4

dist/config.cjs.development.js

@@ -53,3 +53,3 @@ 'use strict';

var configFiles = ['next.config.js'];
var configFiles = ["next.config.js"];
/**

@@ -77,3 +77,3 @@ * @param {boolean | undefined} reload - reimport config files to reset global cache

if (typeof file === 'function') {
if (typeof file === "function") {
contents = file();

@@ -80,0 +80,0 @@ } else {

@@ -47,3 +47,3 @@ import pkgDir from 'pkg-dir';

var configFiles = ['next.config.js'];
var configFiles = ["next.config.js"];
/**

@@ -71,3 +71,3 @@ * @param {boolean | undefined} reload - reimport config files to reset global cache

if (typeof file === 'function') {
if (typeof file === "function") {
contents = file();

@@ -74,0 +74,0 @@ } else {

@@ -10,3 +10,3 @@ {

"author": "Fran Zekan <zekan.fran369@gmail.com>",
"version": "0.15.1",
"version": "0.15.2-canary.0",
"license": "MIT",

@@ -35,3 +35,3 @@ "scripts": {

},
"gitHead": "832820c97ccc398302d82b0ff7374dbefca27f99"
"gitHead": "18611963532dbd9149f2352404437832a3172f92"
}

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