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

@gasket/resolve

Package Overview
Dependencies
Maintainers
7
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gasket/resolve - npm Package Compare versions

Comparing version 6.39.3 to 6.41.0

4

lib/config.js

@@ -8,2 +8,4 @@ const path = require('path');

const debug = require('diagnostics')('gasket:resolve:config');
async function loadGasketConfigFile(root, env, commandId, configFile = 'gasket.config') {

@@ -26,2 +28,4 @@ let gasketConfig = loadConfigFile(root, configFile);

}
debug(`Failed to resolve Gasket config file ${configFile} from root ${root}`);
}

@@ -28,0 +32,0 @@

6

package.json
{
"name": "@gasket/resolve",
"version": "6.39.3",
"version": "6.41.0",
"description": "Essential module resolution & configuration management for gasket plugins & presets.",

@@ -50,3 +50,3 @@ "main": "lib",

"devDependencies": {
"@gasket/engine": "^6.39.3",
"@gasket/engine": "^6.41.0",
"@godaddy/dmd": "^1.0.0",

@@ -80,3 +80,3 @@ "eslint": "^8.7.0",

},
"gitHead": "8de904cb37714771d3aa98a63c3ee58c6a692387"
"gitHead": "d7e5fab3926a754a89fd778a455334fb7dc7e90b"
}
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