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

@types/react-icon-base

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-icon-base - npm Package Compare versions

Comparing version 2.0.4 to 2.1.0

12

react-icon-base/index.d.ts

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

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