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.25 to 1.0.26

4

index.js

@@ -117,4 +117,4 @@ "use strict";

for (var elem in iframesList) {
if (elem.name && elem.name.indexOf('privateStripe') !== -1) {
for (var index in iframesList) {
if (iframesList[index] && iframesList[index].name && iframesList[index].name.indexOf('privateStripe') !== -1) {
return document.body.removeChild(frames[index]);

@@ -121,0 +121,0 @@ }

{
"name": "react-stripe-script-loader",
"version": "1.0.25",
"version": "1.0.26",
"description": "React component that lets load Stripe script and shows React Stripe Elements",

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

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