Socket
Socket
Sign inDemoInstall

redux

Package Overview
Dependencies
119
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

config.yaml

14

package.json
{
"name": "redux",
"author": "Jamie Paton <jamie.paton@googlemail.com>",
"version": "0.0.1",
"version": "0.0.2",
"description": "Setting up a basebones node app has never been so easy.",
"dependencies": {
"ansi-color" : "*"
"ansi-color" : "*"
, "commander" : "*"
, "coffee-script" : "*"
}
, "main" : "redux"
, "main" : "redux.js"
, "bin" :
{ "node-redux" : "redux"
, "redux" : "redux"
{ "node-redux" : "redux.js"
, "redux" : "redux.js"
}

@@ -17,1 +20,2 @@ , "engines" : { "node" : " 0.4 || 0.5" }

}

@@ -15,6 +15,6 @@ A simples boilerplate for quickly getting a node.js project on the go

redux my-redux-project
mkdir my-redux-project
cd my-redux-project
node app.js
redux && node app.js
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