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

@gasket/engine

Package Overview
Dependencies
Maintainers
8
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gasket/engine - npm Package Compare versions

Comparing version 6.45.2 to 6.46.2-esm.0

6

package.json
{
"name": "@gasket/engine",
"version": "6.45.2",
"version": "6.46.2-esm.0",
"description": "Plugin engine for gasket",

@@ -42,3 +42,3 @@ "main": "lib/engine.js",

"dependencies": {
"@gasket/resolve": "^6.45.2",
"@gasket/resolve": "^6.46.2-esm.0",
"debug": "^4.3.4"

@@ -72,3 +72,3 @@ },

},
"gitHead": "335fae78f00d32a22d0a77c9cb97901941a9bb75"
"gitHead": "872c7d8db888ea5f6a02b5cc580113cae3c84019"
}

@@ -28,3 +28,3 @@ # @gasket/engine

### exec(event, ...args)
### `exec(event, ...args)`

@@ -37,3 +37,3 @@ The `exec` method enables a plugin to introduce new lifecycle events. When

### execSync(event, ...args)
### `execSync(event, ...args)`

@@ -45,3 +45,3 @@ The `execSync` method is like `exec`, only all hooks must execute synchronously.

### execMap(event, ...args)
### `execMap(event, ...args)`

@@ -53,3 +53,3 @@ The `execMap` method is just like `exec`, only the Promise result is an object

### execMapSync(event, ...args)
### `execMapSync(event, ...args)`

@@ -59,3 +59,3 @@ The `execSyncSync` method is like `execMap`, only all hooks must execute

### execApply(event, async applyFn)
### `execApply(event, async applyFn)`

@@ -75,3 +75,3 @@ The `execApply` method execution is ordered like `exec`, but you must invoke the

### execApplySync(event, applyFn)
### `execApplySync(event, applyFn)`

@@ -81,3 +81,3 @@ The `execApply` method is like `execApply`, only all hooks must execute

### execWaterfall(event, value, ...args)
### `execWaterfall(event, value, ...args)`

@@ -89,3 +89,3 @@ The `execWaterfall` method is like `exec`, only it allows you to have each hook

### execWaterfallSync(event, value, ...args)
### `execWaterfallSync(event, value, ...args)`

@@ -97,3 +97,3 @@ The `execWaterfallSync` method is like `execWaterfall`, only each hook must

### hook({ event, handler, timing, pluginName })
### `hook({ event, handler, timing, pluginName })`

@@ -100,0 +100,0 @@ Injects additional lifecycle hooks at runtime. Takes a single object parameter

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