Socket
Socket
Sign inDemoInstall

@flyui-kit/react

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

dist/index.cjs.js

16

package.json
{
"name": "@flyui-kit/react",
"version": "0.1.0",
"version": "0.1.1",
"description": "FlyUI Component Kit",

@@ -11,3 +11,5 @@ "keywords": [

"license": "ISC",
"main": "src/index.js",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"source": "src/kit/index.js",
"directories": {

@@ -18,3 +20,4 @@ "lib": "src",

"files": [
"src"
"dist",
"README.md"
],

@@ -29,6 +32,9 @@ "scripts": {

"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.0",
"react": "^17.0.2",
"rollup": "^2.58.0"
"rollup": "^2.58.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4"
},
"gitHead": "4acb53658ad3ff84b49f5b2eaac76c4009e2d0cd"
"gitHead": "f29c0c7c5e58239511a8ef5ad8d6bc30d6dfbfc7"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc