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.5 to 0.27.6

4

bkb.d.ts

@@ -181,3 +181,3 @@ // -- Usage definitions --

*/
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

@@ -187,3 +187,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

@@ -190,0 +190,0 @@ /**

{
"name": "bkb",
"version": "0.27.5",
"version": "0.27.6",
"description": "An Unopinionated JavaScript Framework for Front-end Applications",

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

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