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

@textlint/markdown-to-ast

Package Overview
Dependencies
Maintainers
4
Versions
76
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.2.2 to 6.2.3

12

CHANGELOG.md

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

<a name="6.2.3"></a>
## [6.2.3](https://github.com/textlint/textlint/compare/@textlint/markdown-to-ast@6.2.2...@textlint/markdown-to-ast@6.2.3) (2020-07-24)
### Bug Fixes
* **@textlint/kernel:** fix export only type definition ([1234930](https://github.com/textlint/textlint/commit/1234930))
<a name="6.2.2"></a>

@@ -8,0 +20,0 @@ ## [6.2.2](https://github.com/textlint/textlint/compare/@textlint/markdown-to-ast@6.2.1...@textlint/markdown-to-ast@6.2.2) (2020-07-24)

10

package.json
{
"name": "@textlint/markdown-to-ast",
"version": "6.2.2",
"version": "6.2.3",
"description": "Parse Markdown to AST with location info.",

@@ -29,3 +29,3 @@ "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/markdown-to-ast/",

"build": "tsc -b && tsc -b tsconfig.module.json",
"clean": "rimraf lib/ tsconfig.tsbuildinfo",
"clean": "rimraf lib/ module/ tsconfig.tsbuildinfo",
"example:build": "browserify example/js/index.js -o example/app/app.js",

@@ -38,3 +38,3 @@ "prepublish": "npm run --if-present build",

"dependencies": {
"@textlint/ast-node-types": "^4.3.1",
"@textlint/ast-node-types": "^4.3.2",
"debug": "^4.1.1",

@@ -48,3 +48,3 @@ "remark-frontmatter": "^1.2.0",

"devDependencies": {
"@textlint/ast-tester": "^2.2.1",
"@textlint/ast-tester": "^2.2.2",
"@types/mocha": "^7.0.2",

@@ -67,3 +67,3 @@ "@types/node": "^13.11.1",

},
"gitHead": "986f28d6435ad74f7b2745a5842926c06a849319"
"gitHead": "c34d79a5a9320c47965090b233b0eb2f6b565c68"
}
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