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

bkb

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bkb - npm Package Compare versions

Comparing version 0.27.4 to 0.27.5

2

package.json
{
"name": "bkb",
"version": "0.27.4",
"version": "0.27.5",
"description": "An Unopinionated JavaScript Framework for Front-end Applications",

@@ -5,0 +5,0 @@ "main": "bkb.min.js",

@@ -179,3 +179,3 @@ export interface ComponentFilter {

*/
create<C, D extends Dash = Dash<A>>(Class: { new (dash: D): C }): C
create<C = any, D extends Dash = Dash<A>>(Class: { new (dash: D): C }): C

@@ -185,3 +185,3 @@ /**

*/
create<C, OPT, D extends Dash = Dash<A>>(Class: { new (dash: D, options: OPT): C }, options: OPT): C
create<C = any, OPT = any, D extends Dash = Dash<A>>(Class: { new (dash: D, options: OPT): C }, options: OPT): C

@@ -188,0 +188,0 @@ /**

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