
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.
lookup-y-oauth-js
Advanced tools
Customized version of OAuth.io JavaScript SDK.
The last change is done in pretty clumsy way (will be appreciate for more elegant hint): in core.coffee getJquery is modified to return global jQuery variable - so it works in assumption, that global jQuery is available.
If you are using RequireJS config can look like:
{
shim: {
'jquery': {
exports: 'jQuery'
},
'oauth-js': {
deps: ['jquery'],
exports: 'OAuth'
}
},
paths: {
'jquery': 'libs/jquery/dist/jquery',
'oauth-js': 'libs/lookup-oauth-js/dist/oauth'
}
}
...and futher using like:
define(['oauth-js'], function (OAuth) {
OAuth.initialize(YOUR_OAUTHD_KEY);
OAuth.popup(PROVIDER_NAME).done(function (result) {
console.log('result: %o', result);
result.me().done(function (data) {
console.log('data: %o', data);
alert('Hello ' + data.name + '!');
}).fail(function (err) {
console.log(err);
});
}).fail(function (err) {
console.log(err);
});
});
2015-08-13: initital 0.4.3 version 2015-08-13: 0.4.4 version: removing Q dependency; dist file size decreased (uncompressed: 115 kB -> 52 kB)
This SDK is published under the Apache2 License.
More information in oauth.io documentation
FAQs
Customized version of OAuth.io JavaScript SDK
We found that lookup-y-oauth-js 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.