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

@iconify/react

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iconify/react - npm Package Compare versions

Comparing version 2.0.0-rc.9 to 3.0.0-alpha.0

api-extractor.iconify.json

15

package.json

@@ -5,3 +5,3 @@ {

"author": "Vjacheslav Trushkin",
"version": "2.0.0-rc.9",
"version": "3.0.0-alpha.0",
"license": "MIT",

@@ -19,13 +19,15 @@ "bugs": "https://github.com/iconify/iconify/issues",

"build:dist": "rollup -c rollup.config.js",
"build:api": "api-extractor run --local --verbose",
"prebuild:api": "api-extractor run --local --verbose --config api-extractor.offline.json",
"build:api": "api-extractor run --local --verbose --config api-extractor.iconify.json",
"pretest": "npm run build",
"test": "jest"
},
"main": "dist/icon.js",
"module": "dist/icon.esm.js",
"types": "dist/icon.d.ts",
"main": "dist/iconify.js",
"module": "dist/iconify.esm.js",
"types": "dist/iconify.d.ts",
"devDependencies": {
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@iconify/core": "^1.0.0-rc.4",
"@iconify/core": "^1.0.0",
"@iconify/types": "^1.0.6",
"@microsoft/api-extractor": "^7.13.5",

@@ -41,5 +43,4 @@ "@rollup/plugin-buble": "^0.21.3",

"rollup": "^2.45.2",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.2.4"
}
}
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