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

mdast-util-to-string

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

mdast-util-to-string - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

11

history.md

@@ -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

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