Socket
Socket
Sign inDemoInstall

react-async-ssr

Package Overview
Dependencies
8
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.1

example/.DS_Store

6

changelog.md
# Changelog
## 0.5.1
Bug fixes:
* Lock React version to 16.8.x
## 0.5.0

@@ -4,0 +10,0 @@

2

lib/shim.js

@@ -59,3 +59,3 @@ /* --------------------

// Clone element and shim
const shimmedElement = Object.assign({}, element);
const shimmedElement = {...element};

@@ -62,0 +62,0 @@ const render = (renderFn, instance, props, context, updater) => {

{
"name": "react-async-ssr",
"version": "0.5.0",
"version": "0.5.1",
"description": "Render React Suspense on server",

@@ -17,28 +17,31 @@ "main": "index.js",

"dependencies": {
"react-dom": "^16.8.6"
"react-dom": "16.8.x"
},
"peerDependencies": {
"react": "^16.6.0"
"react": "16.6.0 - 16.8.x"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@overlookmotel/eslint-config": "^3.0.2",
"@overlookmotel/eslint-config-jest": "^1.1.1",
"@overlookmotel/eslint-config-react": "^2.0.1",
"@overlookmotel/eslint-config": "^4.3.2",
"@overlookmotel/eslint-config-jest": "^2.1.0",
"@overlookmotel/eslint-config-react": "^3.1.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^23.6.0",
"cheerio": "^1.0.0-rc.3",
"coveralls": "^3.0.3",
"coveralls": "^3.0.6",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-eslint-comments": "^3.1.1",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"fs-extra": "^8.0.1",
"eslint": "^6.2.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.15.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"fs-extra": "^8.1.0",
"jest": "^23.6.0",

@@ -48,3 +51,3 @@ "jest-each-object": "^1.0.0",

"prop-types": "^15.7.2",
"react": "^16.6.0"
"react": "16.6.0 - 16.8.x"
},

@@ -73,3 +76,3 @@ "keywords": [

"engines": {
"node": ">=8"
"node": ">=8.3.0"
},

@@ -76,0 +79,0 @@ "readmeFilename": "README.md",

@@ -24,3 +24,3 @@ [![NPM version](https://img.shields.io/npm/v/react-async-ssr.svg)](https://www.npmjs.com/package/react-async-ssr)

Also requires React >= 16.6.0.
Also requires React 16.6.0 - 16.8.x. React 16.9.x is not supported at present.

@@ -27,0 +27,0 @@ ### Moving to async server-side rendering

Sorry, the diff of this file is not supported yet

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