Socket
Socket
Sign inDemoInstall

@gasket/resolve

Package Overview
Dependencies
Maintainers
8
Versions
83
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.46.2-esm.0 to 6.46.2-esm.8

7

lib/config.js

@@ -24,2 +24,9 @@ const path = require('path');

const resolvedPath = tryResolve(absolutePath);
console.log('-------------------');
console.log('gasket:resolve');
console.log('root', root);
console.log('configFile', configFile);
console.log('resolvedPath', resolvedPath);
console.log('absolutePath', absolutePath);
console.log('-------------------');
if (resolvedPath) {

@@ -26,0 +33,0 @@ return require(resolvedPath);

6

package.json
{
"name": "@gasket/resolve",
"version": "6.46.2-esm.0",
"version": "6.46.2-esm.8",
"description": "Essential module resolution & configuration management for gasket plugins & presets.",

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

"devDependencies": {
"@gasket/engine": "^6.46.2-esm.0",
"@gasket/engine": "^6.46.2-esm.8",
"@godaddy/dmd": "^1.0.4",

@@ -80,3 +80,3 @@ "cross-env": "^7.0.3",

},
"gitHead": "872c7d8db888ea5f6a02b5cc580113cae3c84019"
"gitHead": "879c941aaffa0761ede4651fd2bc9a8e87bb9d19"
}
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