Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gasket/core

Package Overview
Dependencies
Maintainers
0
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gasket/core - npm Package Compare versions

Comparing version 7.0.0-next.66 to 7.0.0-next.67

2

docs/gasket-engine.md

@@ -104,3 +104,3 @@ # Gasket Engine

The `GasketEngine` is used internally by the `makeGasket` function, so you probably do not need
to use this directly. If you do, instantiate an engine, by passing in an array of pluigns.
to use this directly. If you do, instantiate an engine, by passing in an array of plugins.

@@ -107,0 +107,0 @@ ```js

@@ -88,7 +88,7 @@ declare module '@gasket/core' {

...args: Parameters<HookExecTypes[Id]>
): ReturnType<HookExecTypes[Id]>;
): Promise<ResolvedType<ReturnType<HookExecTypes[Id]>>>;
execWaterfallSync<Id extends HookId>(
hook: Id,
...args: Parameters<HookExecTypes[Id]>
): ReturnType<HookExecTypes[Id]>;
): ResolvedType<ReturnType<HookExecTypes[Id]>>;
execApply<Id extends HookId, Return = void>(

@@ -95,0 +95,0 @@ hook: Id,

{
"name": "@gasket/core",
"version": "7.0.0-next.66",
"version": "7.0.0-next.67",
"description": "Entry point to setting up Gasket instances",

@@ -102,3 +102,3 @@ "type": "module",

},
"gitHead": "73d57d790d06eaf7d75c74bd89a9505f49be73ea"
"gitHead": "a18369e46ce5322ac965ae0dff22c2fca99d5997"
}
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