Socket
Socket
Sign inDemoInstall

@bearei/react-icon

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bearei/react-icon - npm Package Compare versions

Comparing version 0.0.11 to 0.0.13

lib/commonjs/components/Icon.d.ts

15

package.json
{
"name": "@bearei/react-icon",
"version": "0.0.11",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"module": "./lib-esm/index.js",
"version": "0.0.13",
"main": "./lib/commonjs/index",
"module": "./lib/module/index",
"types": "./lib/commonjs/index.d.ts",
"author": "bearei <bear_ei@outlook.com>",

@@ -25,3 +25,3 @@ "description": "Base icon components that support React and React native",

"dependencies": {
"@bearei/react-util": "^0.0.22",
"@bearei/react-util": "^0.0.26",
"react": "^18.2.0"

@@ -78,4 +78,3 @@ },

"files": [
"lib",
"lib-esm"
"lib"
],

@@ -87,3 +86,3 @@ "scripts": {

"build:cjs": "cross-env TS_NODE_PROJECT=\"tsconfig.cjs.json\" LIBRARY=\"commonjs\" webpack --progress",
"clean": "shx rm -rf lib-esm lib",
"clean": "shx rm -rf lib",
"test": "jest --watchAll --detectOpenHandles",

@@ -90,0 +89,0 @@ "coverage": "yarn jest --coverage",

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