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

jb-input

Package Overview
Dependencies
Maintainers
0
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jb-input - npm Package Compare versions

Comparing version 3.4.6 to 3.4.7

2

dist/web-component/jb-input/lib/types.d.ts

@@ -28,5 +28,5 @@ import { type JBInputWebComponent } from "./jb-input";

}
export type EventTypeWithTarget<TEvent, TTarget> = TEvent & {
export type EventTypeWithTarget<TEvent, TTarget extends HTMLElement> = TEvent & {
target: TTarget;
};
export type JBInputEventType<TEvent> = EventTypeWithTarget<TEvent, JBInputWebComponent>;

@@ -17,3 +17,3 @@ {

],
"version": "3.4.6",
"version": "3.4.7",
"bugs": "https://github.com/javadbat/jb-input/issues",

@@ -20,0 +20,0 @@ "license": "MIT",

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