Installations
npm install standard-engine-ts
Developer Guide
Typescript
Yes
Module System
CommonJS, ESM
Node Version
14.17.6
NPM Version
7.24.1
Releases
Contributors
Unable to fetch Contributors
Languages
TypeScript (94.38%)
JavaScript (5.62%)
Developer
exuanbo
Download Statistics
Total Downloads
17,504
Last Day
1
Last Week
47
Last Month
152
Last Year
2,899
GitHub Statistics
304 Commits
2 Watching
1 Branches
2 Contributors
Bundle Size
10.50 kB
Minified
4.41 kB
Minified + Gzipped
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
17,504
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
3
Peer Dependencies
1
standard-engine-ts
Yet another ESLint wrapper written in TypeScript.
Used by ts-standardx.
Features
Todo
Install
1npm install standard-engine-ts
Usage
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})
API
See bundled index.d.ts.
Credits
License
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
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
dependency not pinned by hash detected -- score normalized to 5
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/exuanbo/standard-engine-ts/deploy.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/exuanbo/standard-engine-ts/deploy.yml/main?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/exuanbo/standard-engine-ts/deploy.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/nodejs.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/exuanbo/standard-engine-ts/nodejs.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/nodejs.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/exuanbo/standard-engine-ts/nodejs.yml/main?enable=pin
- Info: 0 out of 4 GitHub-owned GitHubAction dependencies pinned
- Info: 0 out of 1 third-party GitHubAction dependencies pinned
- Info: 2 out of 2 npmCommand dependencies pinned
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/deploy.yml:1
- Warn: no topLevel permission defined: .github/workflows/nodejs.yml:1
- Info: no jobLevel write permissions found
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
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'main'
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
12 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-gcx4-mw62-g8wm
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3
- Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7
- Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q
Score
2.8
/10
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