Gathering detailed insights and metrics for @omegion1npm/soluta-quidem-iste
Gathering detailed insights and metrics for @omegion1npm/soluta-quidem-iste
npm install @omegion1npm/soluta-quidem-iste
Typescript
Module System
Node Version
NPM Version
61.9
Supply Chain
48.1
Quality
75.7
Maintenance
100
Vulnerability
99.6
License
JavaScript (100%)
Total Downloads
94
Last Day
1
Last Week
3
Last Month
9
Last Year
94
2,182 Commits
1 Branches
1 Contributors
Latest Version
1.0.0
Package Id
@omegion1npm/soluta-quidem-iste@1.0.0
Unpacked Size
8.97 kB
Size
3.98 kB
File Count
10
NPM Version
10.5.0
Node Version
20.12.2
Publised On
26 Apr 2024
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
200%
3
Compared to previous week
Last month
800%
9
Compared to previous month
Last year
0%
94
Compared to previous year
25
Give a regex, get a robust predicate function that tests it against a string. This will work even if RegExp.prototype
is altered later.
1npm install --save @omegion1npm/soluta-quidem-iste
1var regexTester = require('@omegion1npm/soluta-quidem-iste'); 2var assert = require('assert'); 3 4var tester = regexTester('a'); 5assert.ok(tester('a')); 6assert.notOk(tester('b'));
Simply clone the repo, npm install
, and run npm test
No vulnerabilities found.
No security vulnerabilities found.