Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
@ungap/promise-all-settled
A cross platform Promise.allSettled polyfill
@ungap/url-search-params
The URLSearchParams polyfill.
@ungap/event-target
An EventTarget polyfill
@ungap/from-entries
An Object.fromEntries polyfill
@ungap/trim
An trim polyfill for legacy browsers.
@ungap/weakmap
An essential WeakMap polyfill for legacy browsers.
@ungap/create-content
A cross browser utility to create HTML or SVG runtime content
@ungap/event
An Event polyfill for legacy browsers.
@ungap/template-literal
A feature detected fix for non unique template literals
@ungap/essential-map
An essential Map poorlyfill for legacy browsers.
@ungap/import-node
An importNode polyfill for IE11 and other legacy browsers
@ungap/has-own
An Object.hasOwn polyfill
@ungap/custom-event
A CustomEvent polyfill for legacy browsers.
@ungap/is-array
An is-array polyfill for legacy browsers.
@ungap/array-iterator
An essential Array.prototype[Symbol.iterator] polyfill for legacy browsers.
@ungap/promise-any
A cross platform Promise.any polyfill
@ungap/set
A Set polyfill for legacy browsers.
@ungap/essential-set
An essential Set poorlyfill for legacy browsers.
@ungap/map
A Map polyfill for legacy browsers.
@ungap/dom-iterable
Ensuring common iterable DOM classes can be used in for/of loops.