New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gasket/plugin-metadata

Package Overview
Dependencies
Maintainers
6
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gasket/plugin-metadata - npm Package Compare versions

Comparing version 6.19.0 to 6.20.2

5

docs/api.md

@@ -70,3 +70,3 @@

| --- | --- | --- |
| presets | `Array.<PresetData>` | Presets that this preset extends |
| \[presets\] | `Array.<PresetData>` | Presets that this preset extends |
| plugins | `Array.<PluginData>` | Plugins this preset uses |

@@ -112,3 +112,3 @@

| --- | --- | --- |
| app | `Array.<AppData>` | App and main package data |
| app | [`AppData`] | App and main package data |
| presets | `Array.<PresetData>` | Preset data with dependency hierarchy |

@@ -127,1 +127,2 @@ | plugins | `Array.<PluginData>` | Flat list of registered plugin data |

[Metadata]:#metadata
[`AppData`]:#appdata

12

lib/index.d.ts

@@ -21,6 +21,6 @@ import type { MaybeAsync } from '@gasket/engine';

from?: string,
/** Range by which this module was required */
range?: string,
/** Path to a doc file or URL */

@@ -54,3 +54,3 @@ link?: string

/** Presets that this preset extends */
presets: Array<PresetData>,
presets?: Array<PresetData>,

@@ -88,3 +88,3 @@ /** Plugins this preset uses */

/** App and main package data */
app: Array<AppData>,
app: AppData,

@@ -105,2 +105,6 @@ /** Preset data with dependency hierarchy */

}
export interface Gasket {
metadata: Metadata
}
}

@@ -37,3 +37,3 @@ /**

* @typedef {ModuleData} PresetData
* @property {PresetData[]} presets - Presets that this preset extends
* @property {PresetData[]} [presets] - Presets that this preset extends
* @property {PluginData[]} plugins - Plugins this preset uses

@@ -66,3 +66,3 @@ */

* @typedef {object} Metadata
* @property {AppData[]} app - App and main package data
* @property {AppData} app - App and main package data
* @property {PresetData[]} presets - Preset data with dependency hierarchy

@@ -69,0 +69,0 @@ * @property {PluginData[]} plugins - Flat list of registered plugin data

{
"name": "@gasket/plugin-metadata",
"version": "6.19.0",
"version": "6.20.2",
"description": "Adds metadata to gasket lifecycles",

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

"dependencies": {
"@gasket/resolve": "^6.17.0",
"@gasket/resolve": "^6.20.2",
"lodash.clonedeep": "^4.5.0",

@@ -51,3 +51,3 @@ "lodash.isfunction": "^3.0.9",

"devDependencies": {
"@gasket/engine": "^6.19.0",
"@gasket/engine": "^6.20.2",
"@godaddy/dmd": "^1.0.0",

@@ -76,3 +76,4 @@ "assume": "^2.3.0",

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