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.2.0 to 3.3.0-next.1590035077.57aa43c004aa4b337575824b64c17b52f1f91a68

4

HISTORY.md
# History
## v3.3.0 2020 May 21
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v3.2.0 2020 May 12

@@ -4,0 +8,0 @@

2

LICENSE.md

@@ -7,3 +7,3 @@ <!-- LICENSEFILE/ -->

<ul><li>Copyright &copy; 2018+ Benjamin Lupton</li></ul>
<ul><li>Copyright &copy; 2018+ <a href="https://balupton.com">Benjamin Lupton</a></li></ul>

@@ -10,0 +10,0 @@ and licensed under:

{
"name": "docmatter",
"version": "3.2.0",
"version": "3.3.0-next.1590035077.57aa43c004aa4b337575824b64c17b52f1f91a68",
"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.",

@@ -61,8 +61,8 @@ "homepage": "https://github.com/bevry/docmatter",

"funding": "https://bevry.me/fund",
"author": "2018+ Benjamin Lupton <b@lupton.cc>",
"author": "2018+ Benjamin Lupton <b@lupton.cc> (https://balupton.com)",
"maintainers": [
"Benjamin Lupton (https://github.com/balupton)"
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton (https://github.com/balupton)"
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],

@@ -105,14 +105,11 @@ "bugs": {

"type": "commonjs",
"main": "index.js",
"dependencies": {
"editions": "^2.3.0"
},
"main": "edition-esnext/index.js",
"devDependencies": {
"@bevry/update-contributors": "^1.5.0",
"assert-helpers": "^6.4.0",
"@bevry/update-contributors": "^1.6.0",
"assert-helpers": "^6.5.0",
"coffeelint": "^2.1.0",
"coffeescript": "^2.5.1",
"kava": "^5.0.0",
"projectz": "^2.1.0",
"valid-directory": "^1.6.0",
"kava": "^5.1.0",
"projectz": "^2.2.0",
"valid-directory": "^2.0.0",
"yamljs": "^0.3.0"

@@ -140,4 +137,4 @@ },

"our:verify:directory": "valid-directory",
"test": "node ./test.js"
"test": "node ./edition-esnext/test.js"
}
}

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

<!-- INSTALL/ -->

@@ -145,4 +148,4 @@

<ul><li><code>docmatter</code> aliases <code>docmatter/index.js</code> which uses the <a href="https://github.com/bevry/editions" title="You can use the Editions Autoloader to autoload the appropriate edition for your consumers environment">Editions Autoloader</a> to automatically select the correct edition for the consumer's environment</li>
<li><code>docmatter/source/index.coffee</code> is <a href="https://coffeescript.org" title="CoffeeScript is a little language that compiles into JavaScript">CoffeeScript</a> source code with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<ul><li><code>docmatter/source/index.coffee</code> is <a href="https://coffeescript.org" title="CoffeeScript is a little language that compiles into JavaScript">CoffeeScript</a> source code with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>docmatter</code> aliases <code>docmatter/edition-esnext/index.js</code></li>
<li><code>docmatter/edition-esnext/index.js</code> is <a href="https://coffeescript.org" title="CoffeeScript is a little language that compiles into JavaScript">CoffeeScript</a> compiled for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul>

@@ -179,3 +182,3 @@

<ul><li><a href="https://github.com/balupton">Benjamin Lupton</a> — <a href="https://github.com/bevry/docmatter/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/docmatter">view contributions</a></li></ul>
<ul><li><a href="https://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/docmatter/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/docmatter">view contributions</a></li></ul>

@@ -200,3 +203,3 @@ <h3>Sponsors</h3>

<ul><li><a href="https://github.com/balupton">Benjamin Lupton</a> — <a href="https://github.com/bevry/docmatter/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/docmatter">view contributions</a></li></ul>
<ul><li><a href="https://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/docmatter/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/docmatter">view contributions</a></li></ul>

@@ -214,3 +217,3 @@ <a href="https://github.com/bevry/docmatter/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>

<ul><li>Copyright &copy; 2018+ Benjamin Lupton</li></ul>
<ul><li>Copyright &copy; 2018+ <a href="https://balupton.com">Benjamin Lupton</a></li></ul>

@@ -217,0 +220,0 @@ and licensed under:

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