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.12 to 4.12.13

12

CHANGELOG.md

@@ -5,2 +5,14 @@ # Change Log

<a name="4.12.13"></a>
## [4.12.13](https://github.com/gaearon/react-hot-loader/compare/v4.12.12...v4.12.13) (2019-09-12)
### Bug Fixes
* error overlay should not be injected into the first instance, fixes [#1337](https://github.com/gaearon/react-hot-loader/issues/1337) ([c019663](https://github.com/gaearon/react-hot-loader/commit/c019663))
* return null for null types, fixes [#1324](https://github.com/gaearon/react-hot-loader/issues/1324) ([08d7ed1](https://github.com/gaearon/react-hot-loader/commit/08d7ed1))
* run hot in batched mode, fixes [#1332](https://github.com/gaearon/react-hot-loader/issues/1332) ([e801daf](https://github.com/gaearon/react-hot-loader/commit/e801daf))
<a name="4.12.12"></a>

@@ -7,0 +19,0 @@ ## [4.12.12](https://github.com/gaearon/react-hot-loader/compare/v4.12.11...v4.12.12) (2019-08-27)

8

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

@@ -85,6 +85,6 @@ "main": "index.js",

"prettier": "^1.12.1",
"react": "16.9.0",
"react-dom": "16.9.0",
"react": "16",
"react-dom": "16",
"react-mount": "^0.1.3",
"react-test-renderer": "16.9.0",
"react-test-renderer": "16",
"recompose": "^0.27.0",

@@ -91,0 +91,0 @@ "rimraf": "^2.5.2",

Sorry, the diff of this file is too big to display

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