Socket
Socket
Sign inDemoInstall

@textlint/markdown-to-ast

Package Overview
Dependencies
Maintainers
3
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textlint/markdown-to-ast - npm Package Compare versions

Comparing version 6.0.3 to 6.0.4

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="6.0.4"></a>
## 6.0.4 (2018-01-18)
### Bug Fixes
* **markdown-to-ast:** add "publishConfig" ([929b575](https://github.com/textlint/textlint/commit/929b575))
<a name="6.0.3"></a>

@@ -8,0 +19,0 @@ ## [6.0.3](https://github.com/textlint/textlint/compare/markdown-to-ast@6.0.2...markdown-to-ast@6.0.3) (2018-01-12)

54

package.json
{
"name": "@textlint/markdown-to-ast",
"version": "6.0.4",
"description": "Parse Markdown to AST with location info.",
"version": "6.0.3",
"author": "azu",
"homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/markdown-to-ast/",
"bugs": {
"url": "https://github.com/textlint/textlint/issues"
},
"license": "MIT",
"author": "azu",
"files": [
"lib/",
"src/"
],
"main": "lib/markdown-parser.js",
"directories": {
"test": "test/"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint/textlint.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps",
"clean": "rimraf lib/",
"example:build": "browserify example/js/index.js -o example/app/app.js",
"prepublish": "npm run --if-present build",
"test": "mocha \"test/**/*.{js,ts}\"",
"watch": "babel src --out-dir lib --watch --source-maps"
},
"dependencies": {
"@textlint/ast-node-types": "^4.0.0",
"@textlint/ast-node-types": "^4.0.1",
"debug": "^2.1.3",

@@ -17,2 +39,3 @@ "remark": "^7.0.1",

"devDependencies": {
"@textlint/ast-tester": "^2.0.3",
"babel-cli": "^6.24.1",

@@ -29,30 +52,7 @@ "babel-preset-env": "^1.4.0",

"rimraf": "^2.6.2",
"textlint-ast-test": "^2.0.2",
"txt-ast-traverse": "^2.0.3"
"txt-ast-traverse": "^2.0.4"
},
"directories": {
"test": "test/"
},
"files": [
"lib/",
"src/"
],
"homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/markdown-to-ast/",
"license": "MIT",
"main": "lib/markdown-parser.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint/textlint.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps",
"clean": "rimraf lib/",
"example:build": "browserify example/js/index.js -o example/app/app.js",
"prepublish": "npm run --if-present build",
"test": "mocha \"test/**/*.{js,ts}\"",
"watch": "babel src --out-dir lib --watch --source-maps"
}
}
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