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

@types/bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/bootstrap - npm Package Compare versions

Comparing version 5.2.1 to 5.2.2

10

bootstrap/index.d.ts

@@ -42,3 +42,3 @@ // Type definitions for bootstrap 5.2

addEventListener(
type: Carousel.Events,
type: Carousel.Events | 'slide.bs.carousel' | 'slid.bs.carousel',
listener: (this: Element, ev: Carousel.Event) => any,

@@ -49,3 +49,9 @@ options?: boolean | AddEventListenerOptions,

addEventListener(
type: Modal.Events,
type:
| Modal.Events
| 'show.bs.modal'
| 'shown.bs.modal'
| 'hide.bs.modal'
| 'hidden.bs.modal'
| 'hidePrevented.bs.modal',
listener: (this: Element, ev: Modal.Event) => any,

@@ -52,0 +58,0 @@ options?: boolean | AddEventListenerOptions,

4

bootstrap/package.json
{
"name": "@types/bootstrap",
"version": "5.2.1",
"version": "5.2.2",
"description": "TypeScript definitions for bootstrap",

@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bootstrap",

},
"typesPublisherContentHash": "3d823d7fc78397b5a32f7452f6adbb5180ae55c2106e24fea184cb28c735a51e",
"typesPublisherContentHash": "96b6d125a6bb914fd6772af58d258e125dd611cbda7f861c616515283b2b03aa",
"typeScriptVersion": "4.0"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Sat, 30 Jul 2022 18:32:18 GMT
* Last updated: Tue, 16 Aug 2022 05:32:36 GMT
* Dependencies: [@types/popperjs__core](https://npmjs.com/package/@types/popperjs__core)

@@ -14,0 +14,0 @@ * Global values: `bootstrap`

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