Socket
Socket
Sign inDemoInstall

aeos

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aeos - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

.babelrc

20

package.json
{
"name": "aeos",
"version": "0.0.1",
"version": "1.0.0",
"description": "React Table",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel lib -d dist"
},

@@ -22,3 +23,14 @@ "repository": {

},
"homepage": "https://github.com/superdispatch/tableit#readme"
"homepage": "https://github.com/superdispatch/tableit#readme",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0"
},
"dependencies": {
"react": "^16.6.0",
"styled-components": "^4.0.2"
}
}
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