Gathering detailed insights and metrics for standard-engine-ts
Gathering detailed insights and metrics for standard-engine-ts
npm install standard-engine-ts
Typescript
Module System
Node Version
NPM Version
TypeScript (94.38%)
JavaScript (5.62%)
Total Downloads
17,504
Last Day
1
Last Week
47
Last Month
152
Last Year
2,899
304 Commits
2 Watching
1 Branches
2 Contributors
Minified
Minified + Gzipped
Latest Version
0.9.0
Package Id
standard-engine-ts@0.9.0
Unpacked Size
23.92 kB
Size
7.94 kB
File Count
10
NPM Version
7.24.1
Node Version
14.17.6
Cumulative downloads
Total Downloads
Last day
-83.3%
1
Compared to previous day
Last week
80.8%
47
Compared to previous week
Last month
90%
152
Compared to previous month
Last year
-18.7%
2,899
Compared to previous year
3
1
Yet another ESLint wrapper written in TypeScript.
Used by ts-standardx.
Todo
1npm install standard-engine-ts
1#!/usr/bin/env node 2'use strict' 3 4const path = require('path') 5const { ESLint } = require('eslint') 6const { run } = require('standard-engine-ts') 7const { 8 name, 9 version, 10 description, 11 bugs, 12 homepage 13} = require('../package.json') 14 15run({ 16 cmd: name, 17 version, 18 tagline: description, 19 bugs: bugs.url, 20 homepage, 21 ESLint, 22 extensions: ['.ts'], 23 configFile: path.join(__dirname, '../.eslintrc.js') 24})
See bundled index.d.ts.
MIT License © 2021 Exuanbo
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 5
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
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
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
12 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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