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

react-transform-module-hot-stub

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-transform-module-hot-stub - npm Package Compare versions

Comparing version 1.0.0-beta2 to 1.0.0-beta3

test/moduleHotStubSpec.js

2

package.json
{
"name": "react-transform-module-hot-stub",
"version": "1.0.0-beta2",
"version": "1.0.0-beta3",
"description": "A stub to bypass the conditional check in react-transform-hmr",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -13,3 +13,3 @@ /**

local.hot = local.hot || {};
local.hot.accept = local.hot.accept || () => {};
local.hot.accept = local.hot.accept || function hotStub() {};
}

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

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