Gathering detailed insights and metrics for to-fast-properties
Gathering detailed insights and metrics for to-fast-properties
Gathering detailed insights and metrics for to-fast-properties
Gathering detailed insights and metrics for to-fast-properties
Force V8 to use fast properties for an object
npm install to-fast-properties
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
235 Stars
32 Commits
17 Forks
12 Watching
1 Branches
9 Contributors
Updated on 12 Sept 2024
JavaScript (86.45%)
TypeScript (13.55%)
Cumulative downloads
Total Downloads
Last day
-11.6%
6,164,085
Compared to previous day
Last week
-0.5%
37,482,324
Compared to previous week
Last month
-5.6%
154,512,038
Compared to previous month
Last year
7.7%
1,868,008,001
Compared to previous year
Force V8 to use fast properties for an object
Use %HasFastProperties(object)
and --allow-natives-syntax
to check whether an object already has fast properties.
$ npm install to-fast-properties
1import toFastProperties from 'to-fast-properties'; 2 3const object = { 4 foo: true, 5 bar: true 6}; 7 8delete object.foo; 9// `object` now has slow properties 10 11toFastProperties(object); 12// `object` now has fast properties
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 7/30 approved changesets -- score normalized to 2
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More