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

@pinwheel/react-modal

Package Overview
Dependencies
Maintainers
0
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 3.0.0 to 3.0.1

6

dist/index.js

@@ -65,3 +65,3 @@ 'use strict';

var name = "@pinwheel/react-modal";
var version = "3.0.0";
var version = "3.0.1";
var description = "React package for Pinwheel modal";

@@ -142,4 +142,4 @@ var author = "roscioli";

var url = "https://cdn.getpinwheel.com/pinwheel-v3.0.1.js?sandbox=true";
var integrity = "sha512-1AAb5AH8yLmKoXPSahp/xV37m2+MJ/qEznKdUzad8usAMaH9WU2UJjNaQLqy5nV35mSiBB8mrQP6c/6cMgOOAQ==";
var url = "https://cdn.getpinwheel.com/pinwheel-v3.0.2.js?sandbox=true";
var integrity = "sha512-/KK9vVNayAA5VbKIpidbh2T/y4Szz1BB5d9c2OypKsLAnIT2fFteOvZGAWko+fhx56chE8gLyXNg31k7UrQ1Og==";
var portalConfig = {

@@ -146,0 +146,0 @@ url: url,

@@ -42,3 +42,3 @@ import * as React from 'react';

var name = "@pinwheel/react-modal";
var version = "3.0.0";
var version = "3.0.1";
var description = "React package for Pinwheel modal";

@@ -119,4 +119,4 @@ var author = "roscioli";

var url = "https://cdn.getpinwheel.com/pinwheel-v3.0.1.js?sandbox=true";
var integrity = "sha512-1AAb5AH8yLmKoXPSahp/xV37m2+MJ/qEznKdUzad8usAMaH9WU2UJjNaQLqy5nV35mSiBB8mrQP6c/6cMgOOAQ==";
var url = "https://cdn.getpinwheel.com/pinwheel-v3.0.2.js?sandbox=true";
var integrity = "sha512-/KK9vVNayAA5VbKIpidbh2T/y4Szz1BB5d9c2OypKsLAnIT2fFteOvZGAWko+fhx56chE8gLyXNg31k7UrQ1Og==";
var portalConfig = {

@@ -123,0 +123,0 @@ url: url,

@@ -19,4 +19,8 @@ /// <reference types="react" />

};
export type OverlayStylingParams = {
backgroundColor?: string;
};
type PinwheelPublicOpenOptions = {
modalStyling?: ModalStylingParams;
overlayStyling?: OverlayStylingParams;
ariaHideDocumentContent?: boolean;

@@ -23,0 +27,0 @@ } & LinkOptions;

{
"name": "@pinwheel/react-modal",
"version": "3.0.0",
"version": "3.0.1",
"description": "React package for Pinwheel modal",

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

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