You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

miniraf

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

miniraf

ES2015 module to polyfill requestAnimationFrame

1.0.1
latest
Source
npm
Version published
Weekly downloads
8.7K
-8.1%
Maintainers
1
Weekly downloads
 
Created
Source

Build status Coverage Version 0.2 kB min+gzip MIT License

Installation

Browser

A simple and fast way to get started is to include this script on your page:

<script src="https://unpkg.com/miniraf"></script>

This will create the global variable miniraf.

Module

npm install miniraf

CommonJS

const miniraf = require('miniraf')

ES2015

import miniraf from 'miniraf'

Keywords

html

FAQs

Package last updated on 12 Aug 2018

Did you know?

Socket

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.

Install

Related posts