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.1 to 2.0.2

react-icon-base/LICENSE

19

react-icon-base/index.d.ts
// Type definitions for react-icon-base 2.0
// Project: https://github.com/gorangajic/react-icon-base#readme
// Definitions by: Alexandre Paré <https://github.com/apare>
// Definitions by: Alexandre Paré <https://github.com/apare>, Karol Janyst <https://github.com/LKay>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
import * as React from 'react';
import * as React from "react";
export interface IconBaseProps {
color?: string;
size?: string | number;
style?: React.CSSProperties;
export = IconBaseClass;
declare namespace IconBaseClass {
interface IconBaseProps {
color?: string;
size?: string | number;
style?: React.CSSProperties;
viewBox?: string;
}
}
export default class IconBase extends React.Component<IconBaseProps, any> {}
declare class IconBaseClass extends React.Component<IconBaseClass.IconBaseProps, any> {}
{
"name": "@types/react-icon-base",
"version": "2.0.1",
"version": "2.0.2",
"description": "TypeScript definitions for react-icon-base",

@@ -10,2 +10,6 @@ "license": "MIT",

"url": "https://github.com/apare"
},
{
"name": "Karol Janyst",
"url": "https://github.com/LKay"
}

@@ -23,4 +27,4 @@ ],

"peerDependencies": {},
"typesPublisherContentHash": "2ef9ed4eaddf300b47db7d155a9918d4eae0731b062543b2eeab8c9ae653cb11",
"typesPublisherContentHash": "66ebf377f368a3c3960efebca3b6c1173813fd0e3ccbf227fa2e44f5ba47589a",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Thu, 30 Mar 2017 21:15:20 GMT
* Last updated: Mon, 12 Jun 2017 22:16:49 GMT
* Dependencies: react

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Alexandre Paré <https://github.com/apare>.
These definitions were written by Alexandre Paré <https://github.com/apare>, Karol Janyst <https://github.com/LKay>.
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