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

@brighthr/component-icon

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brighthr/component-icon - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

63

package.json
{
"name": "@brighthr/component-icon",
"version": "2.0.0",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "tsup --watch",
"build": "tsup"
},
"eslintConfig": {
"rules": {
"import/no-extraneous-dependencies": [
"error",
{
"devDependencies": [
"**/*.test.tsx"
]
}
]
}
},
"devDependencies": {
"@testing-library/react": "^12.0.0"
},
"peerDependencies": {
"react": ">=16.9.0"
},
"dependencies": {
"classnames": "^2.3.1"
},
"gitHead": "1b82cedd964ef0ee483494eba535cdd0e48716ea"
"name": "@brighthr/component-icon",
"version": "2.0.1",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "tsup --watch",
"build": "tsup"
},
"peerDependencies": {
"react": ">=16.9.0"
},
"dependencies": {
"classnames": "^2.3.1"
},
"gitHead": "bcc368c7b077e1087feecd6299cc53416f05ae25"
}

@@ -6,2 +6,3 @@ # Icon

To install, type the following into the command line at the root of your project:
```javascript

@@ -14,4 +15,5 @@ npm i @brighthr/component-icon

Import into your file:
```javascript
import Icon from '@brighthr/component-icon';
```
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