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

react-hot-loader

Package Overview
Dependencies
Maintainers
6
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hot-loader - npm Package Compare versions

Comparing version 4.12.20 to 4.12.21

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [4.12.21](https://github.com/gaearon/react-hot-loader/compare/v4.12.20...v4.12.21) (2020-04-30)
### Bug Fixes
* add peerDependenciesMeta in package.json (#1433)
### [4.12.20](https://github.com/gaearon/react-hot-loader/compare/v4.12.19...v4.12.20) (2020-03-14)

@@ -7,0 +14,0 @@

7

package.json
{
"name": "react-hot-loader",
"version": "4.12.20",
"version": "4.12.21",
"description": "Tweak React components in real time.",

@@ -106,2 +106,7 @@ "main": "index.js",

},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"dependencies": {

@@ -108,0 +113,0 @@ "fast-levenshtein": "^2.0.6",

4

README.md

@@ -19,5 +19,5 @@ # React Hot Loader

# Deprecation note
# Moving towards next step
React-Hot-Loader was your friendly neighbour, living outside of React. But it was limiting it's powers and causing not the greatest experience. It's time to make a next step.
React-Hot-Loader has been your friendly neighbour, living outside of React. But it has been limiting its powers and causing not the greatest experience. It's time to make a next step.

@@ -24,0 +24,0 @@ **React-Hot-Loader is expected to be replaced by [React Fast Refresh](https://github.com/facebook/react/issues/16604)**. Please remove React-Hot-Loader if Fast Refresh is currently supported on your environment.

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