Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

requestanimationframe

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

requestanimationframe - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

7

app/requestAnimationFrame.js

@@ -20,2 +20,8 @@ /**

if ( global.requestAnimationFrame ) {
return;
}
if ( global.webkitRequestAnimationFrame ) { // Chrome <= 23, Safari <= 6.1, Blackberry 10

@@ -58,3 +64,2 @@

if ( typeof define === 'function' ) {

@@ -61,0 +66,0 @@

2

bower.json
{
"name": "requestAnimationFrame",
"version": "0.0.21",
"version": "0.0.22",
"main": "app/requestAnimationFrame.js",

@@ -5,0 +5,0 @@ "licenses": [ {

{
"name": "requestanimationframe",
"version": "0.0.21",
"version": "0.0.22",
"description": "requestAnimationFrame AMD-ready, bower-ready polyfill fork. ",

@@ -5,0 +5,0 @@ "main": "app/requestAnimationFrame.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