Gathering detailed insights and metrics for react-stripe-script-loader
Gathering detailed insights and metrics for react-stripe-script-loader
npm install react-stripe-script-loader
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
212,982
Last Day
13
Last Week
93
Last Month
436
Last Year
21,387
21 Stars
39 Commits
3 Forks
2 Watching
3 Branches
2 Contributors
Minified
Minified + Gzipped
Latest Version
1.1.1
Package Id
react-stripe-script-loader@1.1.1
Unpacked Size
379.51 kB
Size
352.25 kB
File Count
7
NPM Version
6.9.0
Node Version
10.16.0
Cumulative downloads
Total Downloads
Last day
-35%
13
Compared to previous day
Last week
-26.8%
93
Compared to previous week
Last month
5.6%
436
Compared to previous month
Last year
-36.3%
21,387
Compared to previous year
Github Pages Demo or Code Sandbox Demo
Install as a node module
npm i react-stripe-script-loader -S
1import React from 'react' 2import StripeScriptLoader from 'react-stripe-script-loader' 3import { 4 StripeProvider, 5 Elements, 6 CardNumberElement, 7} from 'react-stripe-elements' 8 9const PageWithStripeElements = () => ( 10 <div> 11 <h1>Stripe Elements</h1> 12 <StripeScriptLoader 13 uniqueId='myUniqueId' 14 script='https://js.stripe.com/v3/' 15 loader="Loading..." 16 > 17 <StripeProvider apiKey="stripeApiKey"> 18 <Elements> 19 <CardNumberElement /> 20 </Elements> 21 </StripeProvider> 22 </StripeScriptLoader> 23 </div> 24) 25 26export default PageWithStripeElements
string
unique id for script element
string
script to load
ReactElement
string, React elements array, React component
supports all React version with hooks "react": "^16.9.0"
For older versions of React ^15.0.0 please install following version with tag react-version-15
npm install react-stripe-script-loader@react-version-15 -S
Yusuf Özlü
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
3 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 1/18 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More