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.8 to 7.0.0-canary.1

6

docs/api.md

@@ -398,5 +398,5 @@

The `projectName` and `type` are components of the naming convention such as
- `@<projectName>/<type>-<name>`
- `@<user-scope>/<projectName>-<type>-<name>`
- `<projectName>-<type>-<name>`
- @<projectName>/<type>-<name>
- @<user-scope>/<projectName>-<type>-<name>
- <projectName>-<type>-<name>

@@ -403,0 +403,0 @@ If a package belongs to the project, it should use `projectName` in its scope.

@@ -24,9 +24,2 @@ 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) {

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

@@ -55,5 +55,5 @@ const reScope = /(@[\w-.]+)(\/.+)?/;

* The `projectName` and `type` are components of the naming convention such as
* - `@<projectName>/<type>-<name>`
* - `@<user-scope>/<projectName>-<type>-<name>`
* - `<projectName>-<type>-<name>`
* - @<projectName>/<type>-<name>
* - @<user-scope>/<projectName>-<type>-<name>
* - <projectName>-<type>-<name>
*

@@ -60,0 +60,0 @@ * If a package belongs to the project, it should use `projectName` in its scope.

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

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

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

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

},
"gitHead": "879c941aaffa0761ede4651fd2bc9a8e87bb9d19"
"gitHead": "6c7078ddc5057eb1e2aa2c0f298f7d74356fb329"
}
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