Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Core Js | 22,459 | 665,527 | 53,676 | a day ago | 241 | September 18, 2022 | 37 | mit | JavaScript | |
Standard Library | ||||||||||
Isomorphic Fetch | 6,936 | 185,206 | 6,794 | 4 months ago | 23 | September 23, 2020 | 54 | mit | JavaScript | |
Isomorphic WHATWG Fetch API, for Node & Browserify | ||||||||||
Unfetch | 5,560 | 2,467 | 783 | a month ago | 7 | September 29, 2020 | 23 | mit | JavaScript | |
🐕 Bare minimum 500b fetch polyfill. | ||||||||||
Promise Fun | 3,494 | 2 years ago | cc0-1.0 | |||||||
Promise packages, patterns, chat, and tutorials | ||||||||||
Resize Observer Polyfill | 1,657 | 17,461 | 2,872 | 4 months ago | 17 | December 09, 2018 | 57 | mit | JavaScript | |
A polyfill for the Resize Observer API | ||||||||||
Cross Fetch | 1,546 | 14,308 | 1,942 | 5 days ago | 40 | April 10, 2022 | 14 | mit | JavaScript | |
Universal WHATWG Fetch API for Node, Browsers and React Native. | ||||||||||
Css Vars Ponyfill | 1,393 | 119 | 140 | 8 months ago | 59 | September 01, 2021 | 2 | mit | JavaScript | |
Client-side support for CSS custom properties (aka "CSS variables") in legacy and modern browsers | ||||||||||
Scroll Into View If Needed | 1,189 | 8 days ago | 19 | mit | JavaScript | |||||
Element.scrollIntoView ponyfills for things like "if-needed" and "smooth" | ||||||||||
Ponyfill | 1,136 | 2 months ago | 1 | |||||||
🦄 Like polyfill but with pony pureness | ||||||||||
Document Register Element | 1,123 | 1,326 | 469 | 3 years ago | 78 | October 07, 2020 | 2 | isc | JavaScript | |
A stand-alone working lightweight version of the W3C Custom Elements specification |
The module has been improved and moved under the @ungap
umbrella.
The EventTarget Class Polyfill.
https://unpkg.com/[email protected]/min.js
https://unpkg.com/[email protected]/esm/index.js
const EventTarget = require('event-target').default;
import EventTarget from 'event-target';
( or from 'event-target/esm'
)
Every. JavaScript. Engine.