Socket
Socket
Sign inDemoInstall

hexo-front-matter

Package Overview
Dependencies
2
Maintainers
8
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 4.0.0

17

package.json
{
"name": "hexo-front-matter",
"version": "3.0.0",
"version": "4.0.0",
"description": "Front-matter parser.",

@@ -9,3 +9,3 @@ "main": "lib/front_matter",

"test": "mocha test/index.js",
"test-cov": "nyc --reporter=lcovonly npm run test"
"test-cov": "c8 --reporter=lcovonly npm run test"
},

@@ -33,12 +33,11 @@ "directories": {

"devDependencies": {
"chai": "^4.2.0",
"eslint": "^8.0.1",
"eslint-config-hexo": "^4.0.0",
"mocha": "^9.1.3",
"moment": "^2.24.0",
"nyc": "^15.0.0"
"c8": "^7.12.0",
"chai": "^4.3.6",
"eslint": "^8.23.1",
"eslint-config-hexo": "^5.0.0",
"mocha": "^10.0.0"
},
"engines": {
"node": ">=12.13.0"
"node": ">=14"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc