Gathering detailed insights and metrics for @hutechwebsite/itaque-cum-quasi-magnam
Gathering detailed insights and metrics for @hutechwebsite/itaque-cum-quasi-magnam
npm install @hutechwebsite/itaque-cum-quasi-magnam
Typescript
Module System
Node Version
NPM Version
65.4
Supply Chain
48.1
Quality
76.1
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
107
Last Day
1
Last Week
2
Last Month
7
Last Year
107
2,047 Commits
1 Branches
1 Contributors
Latest Version
1.0.0
Package Id
@hutechwebsite/itaque-cum-quasi-magnam@1.0.0
Unpacked Size
15.34 kB
Size
5.91 kB
File Count
8
NPM Version
10.5.0
Node Version
20.12.2
Publised On
05 May 2024
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
-33.3%
2
Compared to previous week
Last month
600%
7
Compared to previous month
Last year
0%
107
Compared to previous year
27
An ES5 spec-compliant String.prototype.trim
shim. Invoke its "shim" method to shim String.prototype.trim
if it is unavailable.
This package implements the es-shim API interface. It works in an ES3-supported environment and complies with the spec (both ES5 and current).
Most common usage:
1var assert = require('assert'); 2var trim = require('@hutechwebsite/itaque-cum-quasi-magnam'); 3 4assert(trim(' \t\na \t\n') === 'a'); 5 6trim.shim(); // will be a no-op if not needed 7 8assert(trim(' \t\na \t\n') === ' \t\na \t\n'.trim());
Some implementations of String#trim
incorrectly trim zero-width spaces. This shim detects and corrects this behavior.
Simply clone the repo, npm install
, and run npm test
No vulnerabilities found.
No security vulnerabilities found.