@types/react-icon-base
Advanced tools
Comparing version 2.0.4 to 2.1.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-icon-base 2.0 | ||
// Type definitions for react-icon-base 2.1 | ||
// Project: https://github.com/gorangajic/react-icon-base#readme | ||
@@ -9,10 +9,6 @@ // Definitions by: Alexandre Paré <https://github.com/apare>, Karol Janyst <https://github.com/LKay> | ||
export = IconBaseClass; | ||
declare namespace IconBaseClass { | ||
interface IconBaseProps extends React.SVGProps<React.ReactSVGElement> { | ||
size?: string | number; | ||
} | ||
export interface IconBaseProps extends React.SVGProps<React.ReactSVGElement> { | ||
size?: string | number; | ||
} | ||
declare class IconBaseClass extends React.Component<IconBaseClass.IconBaseProps> {} | ||
export default class IconBaseClass extends React.Component<IconBaseProps> {} |
{ | ||
"name": "@types/react-icon-base", | ||
"version": "2.0.4", | ||
"version": "2.1.0", | ||
"description": "TypeScript definitions for react-icon-base", | ||
@@ -9,7 +9,9 @@ "license": "MIT", | ||
"name": "Alexandre Paré", | ||
"url": "https://github.com/apare" | ||
"url": "https://github.com/apare", | ||
"githubUsername": "apare" | ||
}, | ||
{ | ||
"name": "Karol Janyst", | ||
"url": "https://github.com/LKay" | ||
"url": "https://github.com/LKay", | ||
"githubUsername": "LKay" | ||
} | ||
@@ -26,5 +28,4 @@ ], | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "7663fb85477bc58526ba498e84643704ef6f217e6001c1a06f95927bdef609e8", | ||
"typesPublisherContentHash": "8f4740022dfd1ba44463aa1743d2f7e3c7d71ed5ee1b2f7675c94bb68b572ad4", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 27 Jul 2017 21:51:09 GMT | ||
* Last updated: Thu, 28 Dec 2017 02:21:03 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
3073
10
1