Socket
Socket
Sign inDemoInstall

@gasket/resolve

Package Overview
Dependencies
Maintainers
6
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.20.2 to 6.20.3

16

docs/api.md

@@ -60,3 +60,3 @@

| --- | --- | --- |
| module | `string` | Module content |
| module | `object` | Module content |
| moduleName | `string` | Name of module to load |

@@ -121,3 +121,3 @@ | \[meta\] | `object` | Additional meta data |

| config.add | `Array.<PluginName>` \| `Array.<module>` | Names of plugins to load |
| config.remove | `Array.<string>` | Names of plugins to remove (from presets) |
| \[config.remove\] | `Array.<PluginName>` | Names of plugins to remove (from presets) |

@@ -254,3 +254,3 @@

**Kind**: instance property of [`PackageIdentifier`]
**Returns**: `string` - fullName
**Returns**: `string` ⎮ `null` - fullName

@@ -319,3 +319,3 @@ ### packageIdentifier.full

| \[options.resolveFrom\] | `string` \| `Array.<string>` | Path(s) to resolve modules from |
| \[options.require\] | `require` | Require instance to use |
| \[options.require\] | `function` | Require instance to use |

@@ -396,3 +396,3 @@

**Kind**: global function
**Returns**: `function` - function to make
**Returns**: [`createPackageIdentifier`] - function to make

@@ -478,4 +478,4 @@ | Param | Type | Default | Description |

| name | `string` | Name of preset |
| module | `string` | Actual module content |
| \[package\] | `string` | Package.json contents |
| module | `object` | Actual module content |
| \[package\] | `object` | Package.json contents |
| \[version\] | `string` | Resolved version |

@@ -586,4 +586,4 @@ | \[path\] | `string` | Path to the root of package |

[`PackageIdentifier`]:#packageidentifier
[`createPackageIdentifier`]:#createpackageidentifier
[`projectIdentifier`]:#projectidentifierprojectname-type
[`createPackageIdentifier`]:#createpackageidentifier
[pluginIdentifier()]:#pluginidentifier

@@ -590,0 +590,0 @@ [presetIdentifier()]:#presetidentifier

{
"name": "@gasket/resolve",
"version": "6.20.2",
"version": "6.20.3",
"description": "Essential module resolution & configuration management for gasket plugins & presets.",

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

},
"gitHead": "0c34d84b6dd3010db139e90bbbda19b879a9396c"
"gitHead": "a4b47e14f13326ef5219bc1e1efa80d5dce24aba"
}
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