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

react-redux-epic

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-redux-epic - npm Package Compare versions

Comparing version 0.3.1 to 1.0.0

15

CHANGELOG.md

@@ -0,1 +1,16 @@

<a name="1.0.0"></a>
# [1.0.0](https://github.com/BerkeleyTrue/react-redux-epic/compare/v0.3.1...v1.0.0) (2017-09-27)
### Features
* **packages:** Upgrade to React 16 ([#21](https://github.com/BerkeleyTrue/react-redux-epic/issues/21)) ([7dcdedb](https://github.com/BerkeleyTrue/react-redux-epic/commit/7dcdedb))
### BREAKING CHANGES
* **packages:** This version requires major version bumps of several dependencies
<a name="0.3.1"></a>

@@ -2,0 +17,0 @@ ## [0.3.1](https://github.com/BerkeleyTrue/react-redux-epic/compare/v0.3.0...v0.3.1) (2017-04-25)

31

package.json
{
"name": "react-redux-epic",
"version": "0.3.1",
"version": "1.0.0",
"description": "Server side rendering for Redux-Observable",

@@ -8,2 +8,3 @@ "main": "lib",

"commit": "git-cz",
"pretest": "npm run lint",
"test": "NODE_ENV=test nyc ava",

@@ -16,4 +17,5 @@ "test:watch": "ava --watch",

"cover:alls": "nyc report --reporter=text-lcov | coveralls",
"prebuild": "npm run test",
"build": "BABEL_ENV=production babel src --out-dir lib",
"prepublish": "npm run lint && npm run test && npm run build"
"prepublishOnly": "npm run build"
},

@@ -49,6 +51,6 @@ "repository": {

"devDependencies": {
"ava": "^0.19.1",
"ava": "^0.22.0",
"babel": "^6.5.2",
"babel-cli": "^6.14.0",
"babel-eslint": "^7.2.2",
"babel-eslint": "^8.0.0",
"babel-plugin-dev-expression": "^0.2.1",

@@ -62,20 +64,21 @@ "babel-plugin-istanbul": "^4.1.1",

"cz-conventional-changelog": "^2.0.0",
"enzyme": "^2.4.1",
"eslint": "^3.5.0",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "^1.0.0",
"eslint": "^4.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.3.0",
"eslint-plugin-react": "^7.0.0",
"nodemon": "^1.11.0",
"nyc": "^10.1.2",
"react-addons-test-utils": "^15.3.2",
"nyc": "^11.0.1",
"react-redux": "^5.0.4",
"sinon": "^2.1.0"
"react-test-renderer": "^16.0.0",
"sinon": "^4.0.0"
},
"dependencies": {
"babel-runtime": "^6.11.6",
"debug": "^2.2.0",
"debug": "^3.1.0",
"invariant": "^2.2.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"redux": "^3.6.0",
"redux-observable": "^0.14.1",
"redux-observable": "^0.16.0",
"rxjs": "^5.3.0"

@@ -82,0 +85,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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