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

6

package.json
{
"name": "@gasket/engine",
"version": "6.46.2-esm.8",
"version": "7.0.0-canary.1",
"description": "Plugin engine for gasket",

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

"dependencies": {
"@gasket/resolve": "^6.46.2-esm.8",
"@gasket/resolve": "^7.0.0-canary.1",
"debug": "^4.3.4"

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

},
"gitHead": "879c941aaffa0761ede4651fd2bc9a8e87bb9d19"
"gitHead": "6c7078ddc5057eb1e2aa2c0f298f7d74356fb329"
}

@@ -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,8 +75,8 @@ The `execApply` method execution is ordered like `exec`, but you must invoke the

### `execApplySync(event, applyFn)`
### execApplySync(event, applyFn)
The `execApply` method is like `execApply`, only all hooks must execute
The `execApplySync` method is like `execApply`, only all hooks must execute
synchronously.
### `execWaterfall(event, value, ...args)`
### execWaterfall(event, value, ...args)

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

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

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

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

@@ -99,0 +99,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