Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

docmatter

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docmatter - npm Package Compare versions

Comparing version 3.23.0 to 4.0.0-next.1699885751.1237bc573d03fa4354c44695db5d443bd94371c0

18

package.json
{
"name": "docmatter",
"version": "3.23.0",
"version": "4.0.0-next.1699885751.1237bc573d03fa4354c44695db5d443bd94371c0",
"description": "Battle tested SSG front matter parser. Extracted from DocPad. Delimiter lines have 3+ of the same character (such as `/***` and `***/`) allowing front matters to work with the syntax highlighting of your code editor. Supports custom parsers, e.g. `--- cson`. Parsers are handled externally.",

@@ -77,3 +77,3 @@ "homepage": "https://github.com/bevry/docmatter",

"engines": {
"node": ">=10"
"node": ">=6"
},

@@ -103,3 +103,3 @@ "editions": [

"engines": {
"node": "10 || 12 || 14 || 16 || 18 || 20 || 21"
"node": "6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21"
}

@@ -111,13 +111,13 @@ }

"devDependencies": {
"@bevry/update-contributors": "^1.22.0",
"assert-helpers": "^8.4.0",
"@bevry/update-contributors": "^1.23.0",
"assert-helpers": "^11.2.0",
"coffeelint": "^2.1.0",
"coffeescript": "^2.7.0",
"kava": "^5.15.0",
"kava": "^7.1.0",
"projectz": "^2.23.0",
"valid-directory": "^4.0.0",
"valid-directory": "^4.1.0",
"yamljs": "^0.3.0"
},
"scripts": {
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "npm run our:compile:edition-esnext",

@@ -143,2 +143,2 @@ "our:compile:edition-esnext": "coffee -bco ./edition-esnext ./source && printf '%s' '{\"type\": \"commonjs\"}' > edition-esnext/package.json",

}
}
}

@@ -191,2 +191,5 @@ <!-- TITLE/ -->

<!-- INSTALL/ -->

@@ -193,0 +196,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc