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

@webiny/plugins

Package Overview
Dependencies
Maintainers
1
Versions
527
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/plugins - npm Package Compare versions

Comparing version 5.40.6 to 5.41.0-beta.0

10

package.json
{
"name": "@webiny/plugins",
"version": "5.40.6",
"version": "5.41.0-beta.0",
"main": "index.js",

@@ -23,7 +23,7 @@ "repository": {

"@types/uniqid": "5.3.2",
"@webiny/cli": "5.40.6",
"@webiny/project-utils": "5.40.6",
"@webiny/cli": "5.41.0-beta.0",
"@webiny/project-utils": "5.41.0-beta.0",
"rimraf": "5.0.5",
"ttypescript": "1.5.15",
"typescript": "4.7.4"
"typescript": "4.9.5"
},

@@ -38,3 +38,3 @@ "publishConfig": {

},
"gitHead": "f9da84b373e62f9f269599c4301e5e4418a98d51"
"gitHead": "9ce5e75fc577aa4de2cf08d5ca734b3c98fe65b6"
}
export { PluginsContainer } from "./PluginsContainer";
export declare type Plugin<T = Record<string, any>> = {
export type Plugin<T = Record<string, any>> = {
type: string;

@@ -8,3 +8,3 @@ name?: string;

} & T;
export declare type PluginCollection = (Plugin | PluginFactory | PluginCollection)[];
export declare type PluginFactory = () => Promise<Plugin | PluginCollection>;
export type PluginCollection = (Plugin | PluginFactory | PluginCollection)[];
export type PluginFactory = () => Promise<Plugin | PluginCollection>;
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