Socket
Socket
Sign inDemoInstall

react-stripe-script-loader

Package Overview
Dependencies
8
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.29 to 1.0.30

2

package.json
{
"name": "react-stripe-script-loader",
"version": "1.0.29",
"version": "1.0.30",
"description": "React component that lets load Stripe script and shows React Stripe Elements",

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

@@ -47,5 +47,5 @@ import React, { useState, useEffect } from 'react'

iframesList[index].name &&
iframesList[index].name.indexOf('privateStripe') !== -1
iframesList[index].name.indexOf('__privateStripe') === 0
) {
return iframesList[index].parentNode.removeChild(iframesList[index])
iframesList[index].parentNode.removeChild(iframesList[index])
}

@@ -52,0 +52,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc