Socket
Socket
Sign inDemoInstall

@ajhgwdjnpm/dolores-repudiandae-quis

Package Overview
Dependencies
91
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ajhgwdjnpm/dolores-repudiandae-quis

[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]


Version published
Weekly downloads
6
decreased by-86.96%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@ajhgwdjnpm/dolores-repudiandae-quis Version Badge

github actions coverage License Downloads

npm badge

An ESnext spec-compliant Map shim/polyfill/replacement that works as far down as ES3.

This package implements the es-shim API interface. It works in an ES3-supported environment and complies with the spec.

Getting started

npm install --save @ajhgwdjnpm/dolores-repudiandae-quis

Usage/Examples

var map = new Map();
var obj = {};

map.set(1, 2).set(obj, 4);

map.get(obj); // 4
map.has(3); // false

Tests

Simply clone the repo, npm install, and run npm test

Keywords

FAQs

Last updated on 25 Apr 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc