Gathering detailed insights and metrics for @ninjakttty/esnext-scripts
Gathering detailed insights and metrics for @ninjakttty/esnext-scripts
Gathering detailed insights and metrics for @ninjakttty/esnext-scripts
Gathering detailed insights and metrics for @ninjakttty/esnext-scripts
Opinionated ESNext application scripts and configurations
npm install @ninjakttty/esnext-scripts
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
10 Stars
13 Commits
2 Forks
1 Watchers
18 Branches
1 Contributors
Updated on Aug 31, 2020
Latest Version
2.2.1
Package Id
@ninjakttty/esnext-scripts@2.2.1
Unpacked Size
20.99 kB
Size
7.72 kB
File Count
27
NPM Version
6.14.8
Node Version
15.0.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
51
Opinionated ESNext application scripts and configurations.
1npm install esnext-scripts
or yarn
1yarn add esnext-scripts
esnext-scripts
is set of pre-configured helpers for your next generation Javascript application. With it, you can now fully focus on your valuable implementations instead of playing around with various settings & helpers over and over again. Batteries included:
How much time you spend on configuring your application boilerplate to make it support the "future" JavaScript spec. each time you start a new project?
How many times you had been confused by the obsolete
babel
settings (plugins, presets) or even worse, your applications got broken?
esnext build <src> <out>
- compile an input directory of modules into an output directory.esnext run <script> [--watch] [--env]
- execute a Node.js script with ESNext supports (For Development ONLY).esnext format <glob>
- format files find by the given glob
pattern via prettier
.esnext lint [--fix] [optional-folder]
- start linting with airbnb
rules set.esnext test
- start executing your Jest
test specs, custom settings supported via (by order):
<cwd>/jest.config.js
<cwd>/package.json#jest
MIT License 2020 © Jim Zhan
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
Found 0/13 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
45 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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