Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
A super tiny library for authoring cross-browser animations.
Annie returns the following information:
> annie
{
ie: Number|false // internet explorer version (or false)
vendor: String // webkit, moz, ie, or o
requestAnimationFrame: Function // requestAnimationFrame, polyfilled if necessary
cancelAnimationFrame: Function // cancelAnimationFrame, polyfilled if necessary
transform: String|undefined // CSS transform property, if supported
3d: Boolean // Whether or not browser supports 3D CSS transforms
performance: Boolean // browser supports window.performance
}
browser | platform | vendor | ie | performance | transform | 3d |
---|---|---|---|---|---|---|
chrome 29 | osx | Webkit | false | true | WebkitTransform | true |
firefox 23 | osx | Moz | false | true | MozTransform | true |
internet explorer 10 | windows | ms | 10 | true | msTransform | true |
opera 16 | osx | Webkit | false | true | WebkitTransform | true |
safari 6 | ios | Webkit | false | false | WebkitTransform | true |
safari 6 | ios | Webkit | false | false | WebkitTransform | true |
safari 6 | osx | Webkit | false | false | WebkitTransform | true |
browser | platform | vendor | ie | performance | transform | 3d |
---|---|---|---|---|---|---|
firefox 12 | windows | Moz | false | false | MozTransform | true |
firefox 10 | windows | Moz | false | false | MozTransform | true |
firefox 8 | windows | Moz | false | false | MozTransform | false |
internet explorer 9 | windows | ms | 9 | false | msTransform | false |
internet explorer 8 | windows | ms | 8 | false | undefined | false |
internet explorer 7 | windows | ms | 7 | false | undefined | false |
opera 11 | windows | O | false | false | OTransform | false |
safari 5 | windows | Webkit | false | false | WebkitTransform | true |
Annie:
Modernizr:
FAQs
A super tiny library for authoring cross-browser animations
We found that annie 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 researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.