Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
cordova-plugin-sumup
Advanced tools
Cordova plugin for native acces to the sumup paiement system
Cordova plugin for native acces to the sumup paiement system
This plugin permit interconnection beetween native sumUp SDK and hybrid mobile app (cordova/phonegap).
Compatibility :
Pull requests are welcome to integrate IOS !
Installation
$ cordova plugin add https://github.com/Oupsla/cordova-sumup-plugin.git --variable SUMUP_API_KEY=YOUR_AFFILIATION_KEY
You can your affiliation key here : https://me.sumup.com/developers You have to add your cordova package in the 'Application identifiers'
JS CODE
plugins.sumup.pay( function(res) { /* res : { code // result code from sumup, more info here : https://github.com/sumup/sumup-android-sdk#1-response-fields message // message from sumup txcode // transaction code from sumup } */ }, function(error) { }, amount, currency (ex : 'EUR'), customerEmail, customerPhone);
FAQs
Cordova plugin for native acces to the sumup paiement system
The npm package cordova-plugin-sumup receives a total of 0 weekly downloads. As such, cordova-plugin-sumup popularity was classified as not popular.
We found that cordova-plugin-sumup demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.