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

rails-dashboard

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rails-dashboard - npm Package Compare versions

Comparing version

to
0.0.2

25

package.json
{
"name": "rails-dashboard",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -15,3 +15,7 @@ "bin": "bin/rails-dashboard.js",

},
"keywords": ["react", "rails", "blessed"],
"keywords": [
"react",
"rails",
"blessed"
],
"author": "y-takey",

@@ -28,15 +32,20 @@ "license": "MIT",

"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"blessed": "^0.1.81",
"react": "0.14.0",
"react-blessed": "^0.1.8"
"babel-preset-stage-0": "^6.24.1"
},
"dependencies": {
"blessed": "^0.1.81",
"commander": "^2.11.0",
"cross-spawn": "^5.1.0",
"lodash": "^4.17.4"
"lodash": "^4.17.4",
"react": "0.14.0",
"react-blessed": "^0.1.8"
},
"babel": {
"presets": ["es2015", "stage-0", "stage-2", "react"]
"presets": [
"es2015",
"stage-0",
"stage-2",
"react"
]
}
}