Socket
Socket
Sign inDemoInstall

react-feather

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-feather - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

4

dist/index.d.ts
/// <reference types="react" />
import { FC, SVGAttributes } from 'react';
interface Props extends SVGAttributes<SVGElement> {
export interface IconProps extends SVGAttributes<SVGElement> {
color?: string;

@@ -9,3 +9,3 @@ size?: string | number;

type Icon = FC<Props>;
export type Icon = FC<IconProps>;
export const Activity: Icon;

@@ -12,0 +12,0 @@ export const Airplay: Icon;

{
"name": "react-feather",
"version": "2.0.8",
"version": "2.0.9",
"description": "React component for Feather icons",

@@ -59,3 +59,3 @@ "main": "build/index.js",

"peerDependencies": {
"react": "^16.8.6"
"react": "^16.8.6 || ^17"
},

@@ -62,0 +62,0 @@ "dependencies": {

@@ -10,2 +10,3 @@ ## React Feather Icons

#### Based on Feather Icons ```v4.28.0```
https://feathericons.com/

@@ -12,0 +13,0 @@ ### Installation

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