Gathering detailed insights and metrics for eslint-plugin-suitescript
Gathering detailed insights and metrics for eslint-plugin-suitescript
Gathering detailed insights and metrics for eslint-plugin-suitescript
Gathering detailed insights and metrics for eslint-plugin-suitescript
npm install eslint-plugin-suitescript
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
19 Stars
69 Commits
6 Forks
2 Watching
2 Branches
3 Contributors
Updated on 25 Nov 2024
Minified
Minified + Gzipped
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-42.9%
121
Compared to previous day
Last week
-15.5%
1,338
Compared to previous week
Last month
35.7%
4,991
Compared to previous month
Last year
36.7%
44,253
Compared to previous year
1
5
NetSuite SuiteScript v1/v2 linting rules for ESLint
Installation per project is highly recommended:
1$ npm i -D eslint eslint-plugin-suitescript
Add "suitescript" to the plugins section of your ESLint config file.
1"plugins": ["suitescript"]
Enable the rules that you would like to use.
1"rules": { 2 "suitescript/script-type": "error", 3 "suitescript/no-log-module": "error", 4}
Or use a predefined setting for quick setup (choose one).
1// All available rules 2"extends": ["plugin:suitescript/all"] 3 4// Just the recommended rules 5"extends": ["plugin:suitescript/recommended"]
@NApiVersion
tag values@NScriptType
define
arraylog
@NScriptType
tag valueseslint-plugin-suitescript is licensed under the MIT License.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
6 existing vulnerabilities detected
Details
Reason
Found 4/21 approved changesets -- score normalized to 1
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
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-25
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