
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.
List of CSS properties supported by the browsers in the wild
Tools. Transpilers. Pre/post processors.
$ npm install cssprops
The list of maintained browsers is as follows:
The idea of "forward" is that any feature supported in any modern browser has a shot of being supported by others eventually. This is an acceptable approximation - let's your transpiler output "future-proof" CSS.
After installation, go:
var cssprops = require('cssprops');
Array.isArray(cssprops.ie6); // true
cssprops.ie6.length; // 115
cssprops.firefox.indexOf('zoom'); // -1, no `zoom` in FF
What's available:
Object.keys(cssprops);
Result:
[ 'chrome',
'firefox',
'ie10',
'ie11',
'ie',
'ie6',
'ie7',
'ie8',
'ie9',
'ios',
'opera',
'safari',
'forward' ]
raw
dirFAQs
CSS properties supported by browsers in the wild
We found that cssprops 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.