Socket
Socket
Sign inDemoInstall

eslint-mdx

Package Overview
Dependencies
Maintainers
4
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.17.0 to 1.17.1

11

CHANGELOG.md

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

## [1.17.1](https://github.com/mdx-js/eslint-mdx/compare/v1.17.0...v1.17.1) (2022-07-08)
### Bug Fixes
* incorrect default ecmaVersion (2022 is unavailable yet) ([#402](https://github.com/mdx-js/eslint-mdx/issues/402)) ([41a2921](https://github.com/mdx-js/eslint-mdx/commit/41a29216cf86996b5ab307c6b063a8d7dde57e1d))
# [1.17.0](https://github.com/mdx-js/eslint-mdx/compare/v1.16.0...v1.17.0) (2022-03-21)

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

2

lib/parser.js

@@ -21,3 +21,3 @@ "use strict";

},
ecmaVersion: new Date().getUTCFullYear(),
ecmaVersion: 2015,
sourceType: 'module',

@@ -24,0 +24,0 @@ tokens: true,

{
"name": "eslint-mdx",
"version": "1.17.0",
"version": "1.17.1",
"description": "ESLint Parser for MDX",

@@ -41,3 +41,3 @@ "repository": "git+https://github.com/mdx-js/eslint-mdx.git",

},
"gitHead": "16c5934530b2f55059dcb7695707f721a693a0d6"
"gitHead": "029e8e648681f47aa644a112212753b8f928a9e3"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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