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

redux-cmd

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-cmd - npm Package Compare versions

Comparing version

to
1.0.2

README.md

1

index.js

@@ -7,3 +7,2 @@ #!/usr/bin/env node

var _ = require('lodash');
console.log(process.cwd());
const filesSuffix = ['constants', 'selectors', 'reducers', 'actions'];

@@ -10,0 +9,0 @@ const handleActions = (file, param, type) => {

{
"name": "redux-cmd",
"version": "1.0.1",
"version": "1.0.2",
"description": "create actions selectors and reducers",

@@ -5,0 +5,0 @@ "main": "dist/index.js",