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

@ungap/weakset

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ungap/weakset

WeakSet for IE11 and engines with a WeakMap

0.2.1
latest
Source
npm
Version published
Maintainers
1
Created
Source

WeakSet

Build Status Coverage Status Greenkeeper badge WebReflection status

A polyfill for IE11 or browsers that have a WeakMap, but not a WeakSet.

  • CDN via https://unpkg.com/@ungap/weakset
  • ESM via import WeakSet from '@ungap/weakset'
  • CJS via const WeakSet = require('@ungap/weakset')

Compatible down to IE9, works well with ES5 shim upfront in IE8 (and maybe lower too).

Live test

Keywords

WeakSet

FAQs

Package last updated on 21 Jun 2020

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