🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-server-redux

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-server-redux - npm Package Versions

1.0.0-alpha.2

Diff
drewpc
published 1.0.0-alpha.2 •

Changelog

Source

1.0.0-alpha.2 (2019-05-21)

:bug: Bug Fix

  • react-server-cli, react-server-integration-tests
    • #1008 larger than expected bundle files (@drewpc)

Committers: 1

drewpc
published 1.0.0-alpha.1 •

Changelog

Source

1.0.0-alpha.1 (2019-05-10)

:bug: Bug Fix

  • generator-react-server, react-server-cli

Committers: 1

drewpc
published 1.0.0-alpha.0 •

Changelog

Source

1.0.0-alpha.0 (2019-05-02)

:boom: Breaking Change

  • babel-plugin-react-server, babel-preset-react-server, generator-react-server, react-server-cli, react-server-core-middleware, react-server-data-bundle-cache, react-server-examples, react-server-integration-tests, react-server-middleware-json-response, react-server-redux, react-server-test-pages, react-server-website, react-server

:memo: Documentation

:house: Internal

  • babel-plugin-react-server, babel-preset-react-server, flab, generator-react-server, react-server-cli, react-server-core-middleware, react-server-data-bundle-cache, react-server-examples, react-server-gulp-module-tagger, react-server-integration-tests, react-server-middleware-json-response, react-server-module-tagger, react-server-redux, react-server-test-pages, react-server-website, react-server

Committers: 5

gigabo
published 0.8.0 •

Changelog

Source

v0.8.0 (2017-11-06)

Enhancement

  • react-server-cli, react-server-redux, react-server

Bug fix

  • generator-react-server
    • #966 [generator-react-server] Reference the correct file for the yeoman generator in package.json. (@negativetwelve)

Committers: 2

gigabo
published 0.6.3 •

Changelog

Source

v0.6.3 (2017-04-07)

Breaking change

  • react-server
    • #918 Allow group selection in logging.addRewriter. (@gigabo)

Enhancement

  • react-server
    • #918 Allow group selection in logging.addRewriter. (@gigabo)

Bug fix

  • react-server-redux

Documentation

Committers: 3

gigabo
published 0.6.1 •

Changelog

Source

v0.6.1 (2017-03-17)

Breaking change

Enhancement

  • react-server-examples
  • react-server
    • #891 Upgrade to request-local-storage@1.2.0. (@gigabo)
    • #871 Get dynamic config from process.env.REACT_SERVER_CONFIGS. (@mocheng)
    • #864 Add support for a ?_debug_lab=1 parameter. (@gigabo)
    • #852 Manage debug parameters with a DebugUtil helper. (@gigabo)
  • generator-react-server, react-server-cli
  • generator-react-server
    • #889 Enable hot reloading in yeoman generated projects.. (@dfabulich)
  • flab, react-server

Performance

  • flab, react-server
    • #881 Add an option to split bundle load from execution. (@gigabo)

Bug fix

  • generator-react-server
    • #899 Updating generator-react-server to use ^v0.6.0. (@roblg)
  • react-server-cli
    • #892 Let webpack see CSS from dependencies. (@gigabo)
  • react-server
  • react-server-middleware-json-response
    • #860 Fix issue with rm causing an error if index.js doesn't exist. (@drewpc)

Documentation

  • react-server-examples

Committers: 16

douglas.wade
published 0.6.0 •

Changelog

Source

v0.6.0 (2017-01-28)

Breaking change

Previously, routes marked explicitly as GET would also accept POST and other requests. After upgrading to v0.6.0, routes will only match the verbs they are marked to accept, which may break some existing use cases. We recommended auditing your non-GET routes as part of upgrading to 0.6.0

  • react-server-cli, react-server

Enhancement

  • react-server-examples, react-server-redux, react-server-test-pages
  • react-server-cli, react-server
  • babel-plugin-react-server, babel-preset-react-server, generator-react-server, react-server-cli, react-server-gulp-module-tagger, react-server-module-tagger, react-server
  • Other
  • babel-plugin-react-server

Bug fix

  • react-server-cli, react-server
  • generator-react-server, react-server-cli
  • react-server
    • #838 Fix ReactServerAgent CORS preflight. (@drewpc)
    • #805 Handle Null and Promise.resolve(null) in renderMetaTags + renderLinkTags. (@drewpc)
  • react-server-cli

Documentation

  • Other
    • #821 Remove asini run prepublish since it doesn't run in topo order. (@doug-wade)
    • #815 Add merging prs policy. (@doug-wade)
    • #834 Fix configuration key in documentation. (@karlhorky)
    • #827 Fix broken Markdown link in production.md. (@drewpc)
    • #817 Documentation update: bullet list for express middlewares. (@feychou)
    • #814 Documentation update: add details about node GC. (@drewpc)
    • #777 Add a guide for running react-server in production. (@drewpc)
  • react-server-test-pages

Security

  • react-server-test-pages, react-server-website
  • react-server-cli
    • #812 Helmet as default express middleware in react-server-cli. (@feychou)

Commiters: 12