New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@osrd-project/ui-icons

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@osrd-project/ui-icons - npm Package Compare versions

Comparing version 0.0.3 to 0.0.5

dist/components/Engine.d.ts

8

dist/components/Zap.d.ts

@@ -8,4 +8,10 @@ import React from 'react';

}
export type ZapProps = ZapbaseProps;
interface ZapfillProps {
size?: 'sm' | 'lg';
variant?: 'fill';
title?: string;
color?: string;
}
export type ZapProps = ZapbaseProps | ZapfillProps;
declare const Zap: React.FC<ZapProps>;
export default Zap;

@@ -57,2 +57,3 @@ export { default as Alert } from './components/Alert';

export { default as Ellipsis } from './components/Ellipsis';
export { default as Engine } from './components/Engine';
export { default as Eye } from './components/Eye';

@@ -173,2 +174,3 @@ export { default as EyeClosed } from './components/EyeClosed';

export { default as Sparkle } from './components/Sparkle';
export { default as Speed } from './components/Speed';
export { default as Square } from './components/Square';

@@ -175,0 +177,0 @@ export { default as Squirrel } from './components/Squirrel';

7

package.json
{
"name": "@osrd-project/ui-icons",
"version": "0.0.3",
"version": "0.0.5",
"type": "module",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",

@@ -14,6 +13,7 @@ "scripts": {

"devDependencies": {
"@babel/preset-env": "7.23.8",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.23.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",

@@ -25,2 +25,3 @@ "@types/react": "^18.2.48",

"rollup": "^4.9.6",
"rollup-plugin-dts": "^6.1.0",
"svgo": "3.2.0",

@@ -27,0 +28,0 @@ "tslib": "^2.6.2",

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