New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

raf

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raf - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

index.js

@@ -5,3 +5,7 @@ module.exports = raf

, global = typeof window === 'undefined' ? this : window
, now = Date.now || function () { return +new Date() }
, now = global.performance && global.performance.now ? function() {
return performance.now()
} : Date.now || function () {
return +new Date()
}

@@ -8,0 +12,0 @@ var _raf =

2

package.json
{
"name": "raf",
"version": "0.0.2",
"version": "0.0.3",
"description": "requestAnimationFrame polyfill library",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc