Installations
npm install @patrten/quasi-necessitatibus
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
20.13.1
NPM Version
10.5.2
Score
64
Supply Chain
81.6
Quality
76.1
Maintenance
100
Vulnerability
100
License
Releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Developer
patrten
Download Statistics
Total Downloads
2
Last Day
1
Last Week
1
Last Month
2
Last Year
2
GitHub Statistics
2,067 Commits
1 Watching
1 Branches
1 Contributors
Package Meta Information
Latest Version
1.0.0
Package Id
@patrten/quasi-necessitatibus@1.0.0
Unpacked Size
18.67 kB
Size
7.52 kB
File Count
14
NPM Version
10.5.2
Node Version
20.13.1
Publised On
24 May 2024
Total Downloads
Cumulative downloads
Total Downloads
2
Last day
0%
1
Compared to previous day
Last week
0%
1
Compared to previous week
Last month
0%
2
Compared to previous month
Last year
0%
2
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
58
@patrten/quasi-necessitatibus
An ESnext spec-compliant Set
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
1npm install --save @patrten/quasi-necessitatibus
Usage/Examples
1var set = new Set(); 2var obj = {}; 3 4set.add(obj); 5 6set.has(obj); // true 7map.has(3); // false
Tests
Simply clone the repo, npm install
, and run npm test
No vulnerabilities found.
No security vulnerabilities found.