@types/react-bootstrap
Advanced tools
Comparing version 0.0.37 to 0.0.38
@@ -77,2 +77,3 @@ // Type definitions for react-bootstrap | ||
interface ButtonProps extends React.HTMLProps<Button> { | ||
bsClass?: string; | ||
active?: boolean; | ||
@@ -79,0 +80,0 @@ block?: boolean; |
{ | ||
"name": "@types/react-bootstrap", | ||
"version": "0.0.37", | ||
"version": "0.0.38", | ||
"description": "TypeScript definitions for react-bootstrap", | ||
@@ -17,4 +17,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "b82bec2dd5bc7b4a2cac281ce42326cd8c5eb59144e941804d3a021ab32940cd" | ||
"typesPublisherContentHash": "8a01fa62166b469215a8c38a179402e243b6d5b036ea1b433ff0e40d993065d9", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,12 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/react-bootstrap | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/react-bootstrap | ||
Additional Details | ||
* Last updated: Tue, 22 Nov 2016 21:07:25 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: react | ||
* Global values: ReactBootstrap | ||
* Last updated: Thu, 12 Jan 2017 17:53:47 GMT | ||
* Dependencies: react | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>. |
{ | ||
"authors": "Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [ | ||
"react" | ||
], | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 0, | ||
"name": "react-bootstrap", | ||
"libraryName": "react-bootstrap", | ||
"typingsPackageName": "react-bootstrap", | ||
"projectName": "https://github.com/react-bootstrap/react-bootstrap", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"ReactBootstrap" | ||
], | ||
"declaredModules": [ | ||
"react-bootstrap" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "b82bec2dd5bc7b4a2cac281ce42326cd8c5eb59144e941804d3a021ab32940cd" | ||
"data": { | ||
"authors": "Walker Burgin <https://github.com/walkerburgin>, Vincent Siao <https://github.com/vsiao>, Danilo Barros <https://github.com/danilojrr>, Batbold Gansukh <https://github.com/Batbold-Gansukh>", | ||
"dependencies": { | ||
"react": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "react-bootstrap", | ||
"typingsPackageName": "react-bootstrap", | ||
"projectName": "https://github.com/react-bootstrap/react-bootstrap", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"react-bootstrap/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "8a01fa62166b469215a8c38a179402e243b6d5b036ea1b433ff0e40d993065d9" | ||
}, | ||
"isLatest": true | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38724
982
17