mdast-util-to-string
Advanced tools
Comparing version 0.1.0 to 1.0.0
@@ -1,9 +0,12 @@ | ||
--- | ||
mdast: | ||
setext: true | ||
--- | ||
<!--mdast setext--> | ||
<!--lint disable no-multiple-toplevel-headings--> | ||
1.0.0 / 2015-08-17 | ||
================== | ||
* Replace coveralls with codecov ([8456478](https://github.com/wooorm/mdast-util-to-string/commit/8456478)) | ||
* Update dependencies, dev-dependencies ([37460f6](https://github.com/wooorm/mdast-util-to-string/commit/37460f6)) | ||
0.1.0 / 2015-07-02 | ||
================== |
/** | ||
* @author Titus Wormer | ||
* @copyright 2015 Titus Wormer. All rights reserved. | ||
* @module mdast-util-to-string | ||
* @module mdast:util:to-string | ||
* @fileoverview Utility to get the text value of a node. | ||
@@ -6,0 +6,0 @@ */ |
{ | ||
"name": "mdast-util-to-string", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Utility to get the plain text content of a node", | ||
@@ -15,25 +15,20 @@ "license": "MIT", | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wooorm/mdast-util-to-string.git" | ||
}, | ||
"author": { | ||
"name": "Titus Wormer", | ||
"email": "tituswormer@gmail.com" | ||
}, | ||
"repository": "wooorm/mdast-util-to-string", | ||
"author": "Titus Wormer <tituswormer@gmail.com>", | ||
"files": [ | ||
"index.js", | ||
"LICENSE" | ||
"index.js" | ||
], | ||
"devDependencies": { | ||
"browserify": "^10.0.0", | ||
"eslint": "^0.24.0", | ||
"browserify": "^11.0.0", | ||
"eslint": "^1.0.0", | ||
"esmangle": "^1.0.0", | ||
"istanbul": "^0.3.0", | ||
"jscs": "^1.0.0", | ||
"jscs": "^2.0.0", | ||
"jscs-jsdoc": "^1.0.0", | ||
"mdast": "^0.26.0", | ||
"mdast": "^1.0.0", | ||
"mdast-comment-config": "^1.0.0", | ||
"mdast-github": "^0.3.0", | ||
"mdast-lint": "^0.4.0", | ||
"mdast-yaml-config": "^0.2.0", | ||
"mdast-slug": "^0.1.1", | ||
"mdast-validate-links": "^0.3.1", | ||
"mocha": "^2.0.0" | ||
@@ -43,5 +38,4 @@ }, | ||
"test-api": "mocha --check-leaks test.js", | ||
"test-coveralls": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js", | ||
"test-coverage": "istanbul cover _mocha -- test.js", | ||
"test-travis": "npm run test-coveralls", | ||
"test-travis": "npm run test-coverage", | ||
"test": "npm run test-api", | ||
@@ -48,0 +42,0 @@ "lint-api": "eslint .", |
@@ -1,2 +0,2 @@ | ||
# mdast-util-to-string [![Build Status](https://img.shields.io/travis/wooorm/mdast-util-to-string.svg?style=flat)](https://travis-ci.org/wooorm/mdast-util-to-string) [![Coverage Status](https://img.shields.io/coveralls/wooorm/mdast-util-to-string.svg?style=flat)](https://coveralls.io/r/wooorm/mdast-util-to-string?branch=master) | ||
# mdast-util-to-string [![Build Status](https://img.shields.io/travis/wooorm/mdast-mdast-util-to-string.svg)](https://travis-ci.org/wooorm/mdast-mdast-util-to-string) [![Coverage Status](https://img.shields.io/codecov/c/github/wooorm/mdast-mdast-util-to-string.svg)](https://codecov.io/github/wooorm/mdast-mdast-util-to-string) | ||
@@ -3,0 +3,0 @@ [**mdast**](https://github.com/wooorm/mdast) utility to get the plain text |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5628
1
13
1