Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

dva

Package Overview
Dependencies
60
Maintainers
1
Versions
82
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

effects.js

18

package.json
{
"name": "dva",
"version": "0.0.1",
"version": "0.0.2",
"description": "Front-end framework based on react, redux, react-redux, react-router and redux-saga, inspired by elm and choo.",

@@ -18,4 +18,5 @@ "repository": {

"dependencies": {
"isomorphic-fetch": "^2.2.1",
"react-redux": "4.4.x",
"react-router": "^2.4.1",
"react-router": "^2.5.1",
"react-router-redux": "^4.0.5",

@@ -31,7 +32,7 @@ "redux": "^3.5.2",

"devDependencies": {
"babel-cli": "6.6.x",
"babel-cli": "^6.10.1",
"babel-eslint": "^6.0.4",
"babel-plugin-add-module-exports": "~0.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "~6.6.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",

@@ -41,3 +42,3 @@ "babel-preset-stage-0": "~6.5.0",

"eslint": "^2.7.0",
"eslint-config-airbnb": "^6.2.0"
"eslint-config-airbnb": "^9.0.1"
},

@@ -60,4 +61,7 @@ "babel": {

"lib",
"src"
"src",
"effects.js",
"router.js",
"fetch.js"
]
}

@@ -6,3 +6,3 @@ import React from 'react';

import createSagaMiddleware, { takeEvery, takeLatest } from 'redux-saga';
import { hashHistory, Router, Route, IndexRoute, Link } from 'react-router';
import { hashHistory, Router } from 'react-router';
import { syncHistoryWithStore, routerReducer as routing } from 'react-router-redux';

@@ -9,0 +9,0 @@ import { handleActions } from 'redux-actions';

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