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

eyzy

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eyzy - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/eyzy.css

60

package.json
{
"name": "eyzy",
"version": "0.0.1",
"author": "Kostiantyn <phlyze@gmail.com>",
"version": "v0.0.2",
"author": "Kostiantyn",
"description": "React UI Toolkit",
"homepage": "https://eyzy.gitbook.io/tree/",
"license": "MIT",
"homepage": "https://github.com/eyzy/eyzy#readme",
"main": "dist/eyzy.js",
"module": "es/eyzy.js",
"library": "Eyzy",
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c",
"start": "cross-env NODE_ENV=development rollup -cw",
"test": "jest"
"start": "cross-env NODE_ENV=development rollup -cw rollup.config.js",
"build": "cross-env NODE_ENV=production rollup -c rollup.config.js",
"test": "npm test"
},

@@ -16,3 +18,47 @@ "repository": {

"url": "git+https://github.com/eyzy/eyzy.git"
},
"keywords": [
"react",
"react-component",
"react-ui"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/eyzy/eyzy/issues"
},
"files": [
"src",
"dist",
"es",
"style.css"
],
"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@types/react": "^16.8.18",
"@types/react-dom": "^16.8.4",
"core-js": "^3.2.0",
"cross-env": "^5.2.0",
"rollup": "^1.12.3",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-scss": "^1.0.1",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-url": "^2.2.2",
"tslib": "^1.9.3",
"tslint": "^5.16.0",
"tslint-react": "^4.0.0",
"typescript": "^3.4.5"
},
"babel": {
"presets": [
"react-app"
]
}
}
README.md
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