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

@pinwheel/react-modal

Package Overview
Dependencies
Maintainers
17
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pinwheel/react-modal - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

dist/index.js

@@ -50,2 +50,8 @@ var React = require('react');

setLoaded(false);
var els = document.querySelectorAll('.pinwheel-portal');
els.forEach(function (e) {
var _e$parentNode;
return (_e$parentNode = e.parentNode) === null || _e$parentNode === void 0 ? void 0 : _e$parentNode.removeChild(e);
});
addScriptTag(function () {

@@ -52,0 +58,0 @@ return setLoaded(true);

@@ -50,2 +50,8 @@ import { useState, useEffect, createElement } from 'react';

setLoaded(false);
var els = document.querySelectorAll('.pinwheel-portal');
els.forEach(function (e) {
var _e$parentNode;
return (_e$parentNode = e.parentNode) === null || _e$parentNode === void 0 ? void 0 : _e$parentNode.removeChild(e);
});
addScriptTag(function () {

@@ -52,0 +58,0 @@ return setLoaded(true);

2

package.json
{
"name": "@pinwheel/react-modal",
"version": "1.0.3",
"version": "1.0.4",
"description": "React package for Pinwheel modal",

@@ -5,0 +5,0 @@ "author": "roscioli",

Sorry, the diff of this file is not supported yet

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