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 2.0.0 to 2.0.1

8

history.md

@@ -8,2 +8,10 @@ ---

2.0.1 / 2015-12-26
==================
* Remove distribution files from source (12a3b44)
* Remove support for bower (426fc81)
* Refactor to replace mocha with tape (eedf7c5)
* Replace internal dependency of mdast > remark (415a3d3)
2.0.0 / 2015-12-24

@@ -10,0 +18,0 @@ ==================

4

index.js

@@ -11,2 +11,4 @@ /**

/* eslint-env commonjs */
/*

@@ -27,3 +29,3 @@ * Dependencies.

* @param {Function} method - Type to wrap.
* @return {Function}
* @return {Function} - Wrapper.
*/

@@ -30,0 +32,0 @@ function factory(method) {

{
"name": "remark-yaml-config",
"version": "2.0.0",
"version": "2.0.1",
"description": "Configure remark with YAML front-matter",

@@ -22,29 +22,27 @@ "license": "MIT",

"devDependencies": {
"browserify": "^11.0.0",
"browserify": "^12.0.0",
"eslint": "^1.0.0",
"esmangle": "^1.0.0",
"istanbul": "^0.3.0",
"istanbul": "^0.4.0",
"jscs": "^2.0.0",
"jscs-jsdoc": "^1.0.0",
"mdast": "^3.0.0-alpha.5",
"mdast-github": "^2.0.0-alpha.1",
"mdast-lint": "^2.0.0-alpha.1",
"mdast-toc": "^1.0.0",
"mdast-usage": "^2.0.0-alpha.1",
"mocha": "^2.0.0"
"remark": "^3.0.0",
"remark-github": "^2.0.0",
"remark-lint": "^2.0.0",
"remark-toc": "^2.0.0",
"remark-usage": "^2.0.0",
"tape": "^4.0.0"
},
"scripts": {
"test-api": "mocha --check-leaks test.js",
"test-coverage": "istanbul cover _mocha -- test.js",
"test-travis": "npm run test-coverage",
"test": "npm run test-api",
"build-bundle": "browserify --no-builtins index.js -s remarkYAMLConfig > remark-yaml-config.js",
"build-mangle": "esmangle remark-yaml-config.js > remark-yaml-config.min.js",
"build-md": "remark . --quiet --frail",
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
"lint-api": "eslint .",
"lint-style": "jscs --reporter inline .",
"lint": "npm run lint-api && npm run lint-style",
"make": "npm run lint && npm run test-coverage",
"bundle": "browserify --no-builtins index.js -s remarkYAMLConfig > remark-yaml-config.js",
"postbundle": "esmangle remark-yaml-config.js > remark-yaml-config.min.js",
"build-md": "mdast . --quiet",
"build": "npm run build-md && npm run bundle"
"test-api": "node test.js",
"test-coverage": "istanbul cover test.js",
"test": "npm run build && npm run lint && npm run test-coverage"
}
}

@@ -5,10 +5,2 @@ # remark-yaml-config [![Build Status](https://img.shields.io/travis/wooorm/remark-yaml-config.svg)](https://travis-ci.org/wooorm/remark-yaml-config) [![Coverage Status](https://img.shields.io/codecov/c/github/wooorm/remark-yaml-config.svg)](https://codecov.io/github/wooorm/remark-yaml-config)

> :warning: **mdast is currently being renamed to remark** :warning:
>
> This means all plug-ins and relating projects change too, causing many
> changes across the ecosystem. Expect the dust to settle in roughly a day.
>
> See this project at the previous stable commit
> [c4a51d1](https://github.com/wooorm/remark-github/commit/c4a51d1).
## Installation

@@ -22,30 +14,6 @@

[Component.js](https://github.com/componentjs/component)
**remark-yaml-config** is also available for [duo](http://duojs.org/#getting-started),
and as an AMD, CommonJS, and globals module, [uncompressed and
compressed](https://github.com/wooorm/remark-yaml-config/releases).
```bash
component install wooorm/remark-yaml-config
```
[Bower](http://bower.io/#install-packages)
```bash
bower install remark-yaml-config
```
[Duo](http://duojs.org/#getting-started)
```javascript
var yamlConfig = require('wooorm/remark-yaml-config');
```
UMD: globals, AMD, and CommonJS ([uncompressed](remark-yaml-config.js) and [compressed](remark-yaml-config.min.js)):
```html
<script src="path/to/remark.js"></script>
<script src="path/to/remark-yaml-config.js"></script>
<script>
remark.use(remarkYAMLConfig);
</script>
```
## Table of Contents

@@ -52,0 +20,0 @@

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