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.0.0 to 5.0.1

4

bootstrap/js/dist/popover.d.ts

@@ -125,3 +125,3 @@ import * as Popper from 'popper.js';

*/
content: string | Element | (() => void);
content: string | Element | ((this: HTMLElement) => string);

@@ -192,3 +192,3 @@ /**

*/
title: string | Element | (() => void);
title: string | Element | ((this: HTMLElement) => string);

@@ -195,0 +195,0 @@ /**

import * as Popper from 'popper.js';
declare class Tooltip {
constructor(element: Element);
constructor(element: Element, options?: Partial<Tooltip.Options>);

@@ -183,3 +183,3 @@ /**

*/
title: string | Element | (() => void);
title: string | Element | ((this: HTMLElement) => string);

@@ -186,0 +186,0 @@ /**

{
"name": "@types/bootstrap",
"version": "5.0.0",
"version": "5.0.1",
"description": "TypeScript definitions for bootstrap",

@@ -35,4 +35,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "50d6d0f2977430ec94d8ae6ee0724c9e554d578ae6368977d2fb710ae58fc4df",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "46029a7ce87ab10c76ccec82633f80094a91d3fad52a9570ce2222eebf5a5bd0",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Wed, 07 Oct 2020 21:41:03 GMT
* Last updated: Tue, 01 Dec 2020 21:53:34 GMT
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery), [@types/popper.js](https://npmjs.com/package/@types/popper.js)

@@ -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