
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
koein-cordova-plugin-overappbrowser
Advanced tools
Render a webview over your cordova UI (you choose the position) - just moved to npm
Render a webview over your cordova webview (ios and android).
To install from command line:
cordova plugin add com.lesfrancschatons.cordova.plugins.overappbrowser
//function(strUrl, originx, originy, width, height, isAutoFadeIn)
oab = new OverAppBrowser('http://www.google.fr', 0, 100, 320, 320, true);
//Events : loadstop, loadstart, exit, loaderror
oab.addEventListener('loadstop', function(){
//insert inline style
oab.insertCSS({code:'#hplogoo {-webkit-transform: rotate(180deg);}'});
//insert css file
oab.insertCSS({file:'http://domain.com/style.css'});
//execute javascript code
oab.executeScript({code:'window.alert("test");'});
//insert javascript file
oab.executeScript({file:'http://domain.com/script.js'});
});
//Fade the webview
oab.fade(toAlpha, duration);
//Resize the webview
oab.resize(originx, originy, width, height);
//Close the webview
oab.close();
This loads google.fr over your html app at x=0, y=100, width=320, height=320 and rotates the homepage logo
FAQs
Render a webview over your cordova UI (you choose the position) - just moved to npm
The npm package koein-cordova-plugin-overappbrowser receives a total of 1 weekly downloads. As such, koein-cordova-plugin-overappbrowser popularity was classified as not popular.
We found that koein-cordova-plugin-overappbrowser 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.