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

zcash-redux

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zcash-redux - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

.babelrc

10

index.js

@@ -1,6 +0,8 @@

import zReducer from './reducers';
import zClient from './client';
import zActions from './actions';
import zGetStore from './store';
// @flow
import zReducer from './src/reducers';
import zClient from './src/client';
import zActions from './src/actions';
import zGetStore from './src/store';
export default {

@@ -7,0 +9,0 @@ zActions,

14

package.json
{
"name": "zcash-redux",
"version": "0.1.0",
"version": "0.2.0",
"main": "index.js",

@@ -8,3 +8,4 @@ "license": "MIT",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "babel . -d lib/",
"flow": "glow"
},

@@ -18,5 +19,12 @@ "author": {

"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"stdrpc": "^1.0.0"
},
"keywords": []
"keywords": [],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-flow": "^6.23.0",
"flow-bin": "^0.79.1",
"glow": "^1.2.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