Socket
Socket
Sign inDemoInstall

eslint-mdx

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-mdx - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

11

CHANGELOG.md

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

## [1.4.3](https://github.com/rx-ts/eslint-mdx/compare/v1.4.2...v1.4.3) (2019-09-07)
### Bug Fixes
* **core:** add missing dependencies although it worked ([b742150](https://github.com/rx-ts/eslint-mdx/commit/b742150))
## [1.4.2](https://github.com/rx-ts/eslint-mdx/compare/v1.4.1...v1.4.2) (2019-09-04)

@@ -8,0 +19,0 @@

8

package.json
{
"name": "eslint-mdx",
"version": "1.4.2",
"version": "1.4.3",
"description": "ESLint Parser for MDX",

@@ -24,6 +24,8 @@ "repository": "git@github.com:rx-ts/eslint-mdx.git",

"dependencies": {
"espree": "^6.1.1",
"remark-mdx": "^1.4.3",
"remark-parse": "^7.0.1"
"remark-parse": "^7.0.1",
"unified": "^8.3.2"
},
"gitHead": "92a8a7c28540c55028d4c6ae4bf6f23f026f7258"
"gitHead": "0b37cba2d58f02e875529ff835c6654e199d7bfe"
}

@@ -175,3 +175,3 @@ <p align="center">

If you're using [remark-lint][] feature with [Prettier][] both together, you can try [remark-preset-prettier][] which helps you to _turn off all rules that are unnecessary or might conflict with [Prettier]_.
If you're using [remark-lint][] feature with [Prettier][] both together, you can try [remark-preset-prettier][] which helps you to _turn off all rules that are unnecessary or might conflict with [Prettier][]_.

@@ -178,0 +178,0 @@ ```json

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