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

@alfred-is/alfred-design-system

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alfred-is/alfred-design-system - npm Package Compare versions

Comparing version 0.1.25 to 0.1.26

4

lib/plain-icon/plain-icon.d.ts

@@ -1,2 +0,2 @@

/// <reference types="react" />
import React from 'react';
import { AlfredIconT, ColorT, IconSizeT } from '../types';

@@ -7,5 +7,5 @@ export interface PlainIconProps {

color: ColorT;
onClick?: () => void;
onClick?: (e?: React.MouseEvent<HTMLElement>) => void;
}
export declare function PlainIcon({ icon, size, color, onClick }: PlainIconProps): JSX.Element;
export default PlainIcon;
{
"name": "@alfred-is/alfred-design-system",
"version": "0.1.25",
"version": "0.1.26",
"main": "./alfred-design-system.umd.js",

@@ -5,0 +5,0 @@ "module": "./alfred-design-system.esm.js",

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