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

phosphor-react

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phosphor-react - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

4

dist/lib/index.d.ts

@@ -9,3 +9,3 @@ import { DOMAttributes, SVGAttributes } from "react";

export declare type Icon = React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export declare type IconContext = Required<Pick<IconProps, "color" | "size" | "weight" | "mirrored">> & SVGAttributes<SVGSVGElement>;
export declare const IconContext: import("react").Context<IconContext>;
export declare type IconContextProps = Required<Pick<IconProps, "color" | "size" | "weight" | "mirrored">> & SVGAttributes<SVGSVGElement>;
export declare const IconContext: import("react").Context<IconContextProps>;
{
"name": "phosphor-react",
"version": "0.1.7",
"version": "0.1.8",
"description": "A clean and friendly icon family for React",

@@ -19,2 +19,12 @@ "author": "rektdeckard",

},
"keywords": [
"react",
"icons",
"svg",
"phosphor",
"design",
"interface",
"UI",
"UX"
],
"scripts": {

@@ -21,0 +31,0 @@ "start": "tsdx watch",

@@ -17,3 +17,3 @@ import { DOMAttributes, SVGAttributes, createContext } from "react";

export type IconContext = Required<
export type IconContextProps = Required<
Pick<IconProps, "color" | "size" | "weight" | "mirrored">

@@ -23,3 +23,3 @@ > &

export const IconContext = createContext<IconContext>({
export const IconContext = createContext<IconContextProps>({
color: "currentColor",

@@ -26,0 +26,0 @@ size: "1em",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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