Gathering detailed insights and metrics for @taskr/esnext
Gathering detailed insights and metrics for @taskr/esnext
Gathering detailed insights and metrics for @taskr/esnext
Gathering detailed insights and metrics for @taskr/esnext
npm install @taskr/esnext
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
2,545 Stars
1,038 Commits
73 Forks
54 Watchers
3 Branches
29 Contributors
Updated on Jul 09, 2025
Latest Version
1.1.0
Package Id
@taskr/esnext@1.1.0
Size
2.62 kB
NPM Version
3.10.10
Node Version
6.11.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
2
1
Allows a
taskfile.js
to be written with ES6 or ES7 syntax.
$ npm install --save-dev @taskr/esnext
That's it! :tada: You've now enabled async
/await
and import
syntax for your taskfile.js
!
Note: This will NOT compile your ES6 files into ES5. You must download and setup
@taskr/babel
or@taskr/buble
for that.
A taskfile.js
may also include require()
statements (not shown).
1// taskfile.js 2import { foo, bar as baz } from './bat'; 3 4export default async function (task) { 5 await task.source('src/*.js') // etc... 6} 7 8export async function lint(task) { 9 await task.source('src/*.js') // etc... 10} 11 12export async function styles(task, obj) { 13 await task.source(obj.src || 'src/*.sass') // etc... 14}
Any issues or questions can be sent to the Taskr monorepo.
Please be sure to specify that you are using @taskr/esnext
.
MIT © Luke Edwards
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 6/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
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
SAST tool is not run on all commits -- score normalized to 0
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