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.1 to 6.2.2

lib/index.d.ts

17

CHANGELOG.md

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

<a name="6.2.2"></a>
## [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)
### Bug Fixes
* **@textlint/markdown-to-ast:** fix "module" field ([b577531](https://github.com/textlint/textlint/commit/b577531))
### Tests
* **@textlint/markdown-to-ast:** fix import ([03a5fdd](https://github.com/textlint/textlint/commit/03a5fdd))
<a name="6.2.1"></a>

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

8

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

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

"author": "azu",
"main": "lib/markdown-parser.js",
"main": "lib/index.js",
"module": "./module/index.js",
"types": "lib/markdown-parser.d.ts",
"types": "lib/index.d.ts",
"directories": {

@@ -65,3 +65,3 @@ "test": "test/"

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