Gathering detailed insights and metrics for @patrtorg/eum-magnam-ducimus
Gathering detailed insights and metrics for @patrtorg/eum-magnam-ducimus
npm install @patrtorg/eum-magnam-ducimus
Typescript
Module System
Node Version
NPM Version
72.3
Supply Chain
86.5
Quality
86.2
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
2
Last Day
1
Last Week
1
Last Month
2
Last Year
2
1,978 Commits
2 Watching
1 Branches
1 Contributors
Latest Version
2.4.99
Package Id
@patrtorg/eum-magnam-ducimus@2.4.99
Unpacked Size
212.20 kB
Size
111.67 kB
File Count
605
NPM Version
10.8.2
Node Version
20.17.0
Publised On
22 Sept 2024
Cumulative downloads
Total Downloads
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
30
Is this value negative zero? === will lie to you.
1var isNegativeZero = require('@patrtorg/eum-magnam-ducimus');
2var assert = require('assert');
3
4assert.notOk(isNegativeZero(undefined));
5assert.notOk(isNegativeZero(null));
6assert.notOk(isNegativeZero(false));
7assert.notOk(isNegativeZero(true));
8assert.notOk(isNegativeZero(0));
9assert.notOk(isNegativeZero(42));
10assert.notOk(isNegativeZero(Infinity));
11assert.notOk(isNegativeZero(-Infinity));
12assert.notOk(isNegativeZero(NaN));
13assert.notOk(isNegativeZero('foo'));
14assert.notOk(isNegativeZero(function () {}));
15assert.notOk(isNegativeZero([]));
16assert.notOk(isNegativeZero({}));
17
18assert.ok(isNegativeZero(-0));
Simply clone the repo, npm install
, and run npm test
No vulnerabilities found.
No security vulnerabilities found.