Gathering detailed insights and metrics for hexo-front-matter-editor
Gathering detailed insights and metrics for hexo-front-matter-editor
Gathering detailed insights and metrics for hexo-front-matter-editor
Gathering detailed insights and metrics for hexo-front-matter-editor
A simple library to read / edit / write markdown files of hexo blog posts.
npm install hexo-front-matter-editor
Typescript
Module System
Node Version
NPM Version
68.3
Supply Chain
78.7
Quality
74.9
Maintenance
100
Vulnerability
98.9
License
JavaScript (100%)
Total Downloads
1,233
Last Day
1
Last Week
1
Last Month
20
Last Year
132
1 Stars
10 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Jul 30, 2023
Minified
Minified + Gzipped
Latest Version
1.0.3
Package Id
hexo-front-matter-editor@1.0.3
Unpacked Size
12.90 kB
Size
3.42 kB
File Count
10
NPM Version
5.6.0
Node Version
8.11.0
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-80%
1
Compared to previous week
Last Month
17.6%
20
Compared to previous month
Last Year
10.9%
132
Compared to previous year
3
A simple library to read / write / create markdown files of hexo blog posts.
String
from)Read your hexo markdown file and parse it to an FrontMatterData object.
returns Promise<FrontMatterData
result>
Object
initObj)Create an FrontMatterData object.
returns FrontMatterData
result;
FrontMatterData
data, Object
to)FrontMatterData
APIsIt just a simple key-value pair handler.
String
key, String | Date | Array | null | undefined
value)Add a key-value pair;
String
key, String | Date | Array | null | undefined
value)Remove key-value pair;
String
key, String | Date | Array | null | undefined
value)Set an exist key with a new value. If key doesn't exist in object, it will add a new key-value pair instead.
All methods in FrontMatterData
, you always should not to use Object (Date/Array/null are not included) as your value
input.
When you use Editor.write()
to output your FrontMatterData
to a markdown file(s), that Object value will be transformed to "[Object Object]"
.
This is the default behavior of hexo-front-matter.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/10 approved changesets -- score normalized to 0
Reason
no SAST tool detected
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
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
19 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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