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

@roots/bud-extensions

Package Overview
Dependencies
Maintainers
5
Versions
952
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@roots/bud-extensions - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

8

lib/Extension/index.js

@@ -55,3 +55,3 @@ "use strict";

return this.isPlugin() && this.isPluginEnabled()
? this.callMeMaybe(this.module.make, this, this.bud())
? this.callMeMaybe(this.module.make, this)
: false;

@@ -67,5 +67,2 @@ };

};
/**
* ## extension.setApi
*/
this.setApi = function () {

@@ -101,5 +98,2 @@ this.module.api &&

};
/**
* ## extension.setBuilders
*/
this.setBuilders = function (builders) {

@@ -106,0 +100,0 @@ builders.map(([name, handler]) => {

@@ -44,5 +44,2 @@ import Framework from '@roots/bud-typings';

isPluginEnabled: () => boolean;
/**
* ## extension.setApi
*/
setApi: () => void;

@@ -71,7 +68,4 @@ /**

getOptions: () => Framework.Container;
/**
* ## extension.setBuilders
*/
setBuilders: (builders: [string, CallableFunction][]) => void;
}
//# sourceMappingURL=index.d.ts.map

6

package.json
{
"name": "@roots/bud-extensions",
"description": "Bud extensions controller",
"version": "2.0.4",
"version": "2.0.5",
"homepage": "https://roots.io/bud",

@@ -41,5 +41,5 @@ "repository": {

"devDependencies": {
"@roots/bud-typings": "^2.0.4"
"@roots/bud-typings": "^2.0.5"
},
"gitHead": "dbeacc552c8ec5712e18365338b52e2bfe4bc98c"
"gitHead": "6fd8b9fe47bf6ce1b69a96ce92cdbcc2f8ba0082"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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