New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-router-modal

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-router-modal - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

4

lib/modal_container.js

@@ -197,7 +197,7 @@ 'use strict';

if (modals.length === 0) {
document.body && bodyModalOpenClassName && document.body.classList.remove(bodyModalOpenClassName);
document && document.body && bodyModalOpenClassName && document.body.classList.remove(bodyModalOpenClassName);
return null;
}
document.body && bodyModalOpenClassName && document.body.classList.add(bodyModalOpenClassName);
document && document.body && bodyModalOpenClassName && document.body.classList.add(bodyModalOpenClassName);

@@ -204,0 +204,0 @@ return _react2.default.createElement(

{
"name": "react-router-modal",
"version": "1.1.8",
"version": "1.1.9",
"description": "simple react router modal",

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

Sorry, the diff of this file is not supported yet

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