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

remark-yaml-config

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-yaml-config - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

6

history.md

@@ -5,2 +5,8 @@ <!--remark setext-->

3.0.1 / 2016-06-13
==================
* Update metadata ([`6bec5d0`](https://github.com/wooorm/remark-yaml-config/commit/6bec5d0))
* Update dev-dependencies ([`dbac9f5`](https://github.com/wooorm/remark-yaml-config/commit/dbac9f5))
3.0.0 / 2016-02-14

@@ -7,0 +13,0 @@ ==================

19

package.json
{
"name": "remark-yaml-config",
"version": "3.0.0",
"version": "3.0.1",
"description": "Configure remark with YAML front-matter",

@@ -36,11 +36,12 @@ "license": "MIT",

"istanbul": "^0.4.0",
"jscs": "^2.0.0",
"jscs-jsdoc": "^1.0.0",
"remark": "^4.0.0-alpha.4",
"remark-comment-config": "^3.0.0-alpha.1",
"remark-github": "^4.0.1",
"remark-lint": "^2.0.0",
"jscs": "^3.0.0",
"jscs-jsdoc": "^2.0.0",
"remark": "^5.0.0",
"remark-cli": "^1.0.0",
"remark-comment-config": "^4.0.0",
"remark-github": "^5.0.0-alpha.1",
"remark-lint": "^4.0.0",
"remark-slug": "^4.0.0",
"remark-usage": "^2.0.0",
"remark-validate-links": "^2.0.2",
"remark-usage": "^4.0.0-alpha.1",
"remark-validate-links": "^4.0.0-alpha.1",
"tape": "^4.0.0"

@@ -47,0 +48,0 @@ },

@@ -1,8 +0,8 @@

# remark-yaml-config [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
# remark-yaml-config [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status] [![Chat][chat-badge]][chat]
Configure **remark** with YAML front-matter.
Configure [**remark**][remark] with YAML front-matter.
## Installation
[npm][npm-install]:
[npm][]:

@@ -28,3 +28,3 @@ ```bash

```javascript
var doc = remark().use(config).process([
var file = remark().use(config).process([
'---',

@@ -61,5 +61,8 @@ 'remark:',

Passes the [configuration][remark-config] found in YAML front-matter
(under the `remark` key) to **remark**.
Passes the configuration at the `remark` field as [parse][parse-settings]
and [stringify][stringify-settings] settings.
Just like [**remark-comment-config**][remark-comment-config], but YAML is
more visible.
## License

@@ -71,12 +74,14 @@

[travis-badge]: https://img.shields.io/travis/wooorm/remark-yaml-config.svg
[build-badge]: https://img.shields.io/travis/wooorm/remark-yaml-config.svg
[travis]: https://travis-ci.org/wooorm/remark-yaml-config
[build-status]: https://travis-ci.org/wooorm/remark-yaml-config
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/remark-yaml-config.svg
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/remark-yaml-config.svg
[codecov]: https://codecov.io/github/wooorm/remark-yaml-config
[coverage-status]: https://codecov.io/github/wooorm/remark-yaml-config
[npm-install]: https://docs.npmjs.com/cli/install
[chat-badge]: https://img.shields.io/gitter/room/wooorm/remark.svg
[chat]: https://gitter.im/wooorm/remark
[releases]: https://github.com/wooorm/remark-yaml-config/releases

@@ -88,2 +93,10 @@

[remark-config]: https://github.com/wooorm/remark/blob/master/doc/remarksetting.7.md
[npm]: https://docs.npmjs.com/cli/install
[remark]: https://github.com/wooorm/remark
[parse-settings]: https://github.com/wooorm/remark/blob/master/packages/remark-parse/readme.md#options
[stringify-settings]: https://github.com/wooorm/remark/blob/master/packages/remark-stringify/readme.md#options
[remark-comment-config]: https://github.com/wooorm/remark-comment-config
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