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.6.2 to 1.6.3

11

CHANGELOG.md

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

## [1.6.3](https://github.com/rx-ts/eslint-mdx/compare/v1.6.2...v1.6.3) (2019-11-11)
### Bug Fixes
* **dpes:** bump cosmiconfig to v6.0.0 ([712c872](https://github.com/rx-ts/eslint-mdx/commit/712c8726c8b7ff59f4d3620f8a2de18936dd3487))
## [1.6.2](https://github.com/rx-ts/eslint-mdx/compare/v1.6.1...v1.6.2) (2019-11-03)

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

12

lib/cjs.js

@@ -407,6 +407,14 @@ 'use strict';

}
var nodeStart = jsNode.start, nodeEnd = jsNode.end, _a = jsNode.loc, _b = _a === void 0 ? {
var nodeStart = jsNode.start, nodeEnd = jsNode.end,
/* istanbul ignore next */
_a = jsNode.loc,
/* istanbul ignore next */
_b = _a === void 0 ? {
start: { column: nodeStart, line: 1 },
end: { column: nodeEnd, line: 1 },
} : _a, start = _b.start, end = _b.end, _c = jsNode.range, range = _c === void 0 ? [nodeStart, nodeEnd] : _c;
} : _a, start = _b.start, end = _b.end,
/* istanbul ignore next */
_c = jsNode.range,
/* istanbul ignore next */
range = _c === void 0 ? [nodeStart, nodeEnd] : _c;
var startLine = line + start.line - 1;

@@ -413,0 +421,0 @@ var endLine = line + end.line - 1;

8

lib/es2015.js

@@ -382,6 +382,10 @@ import { parse as parse$1 } from 'espree';

}
const { start: nodeStart, end: nodeEnd, loc: { start, end } = {
const { start: nodeStart, end: nodeEnd,
/* istanbul ignore next */
loc: { start, end } = {
start: { column: nodeStart, line: 1 },
end: { column: nodeEnd, line: 1 },
}, range = [nodeStart, nodeEnd], } = jsNode;
},
/* istanbul ignore next */
range = [nodeStart, nodeEnd], } = jsNode;
const startLine = line + start.line - 1;

@@ -388,0 +392,0 @@ const endLine = line + end.line - 1;

@@ -401,6 +401,14 @@ import { __assign } from 'tslib';

}
var nodeStart = jsNode.start, nodeEnd = jsNode.end, _a = jsNode.loc, _b = _a === void 0 ? {
var nodeStart = jsNode.start, nodeEnd = jsNode.end,
/* istanbul ignore next */
_a = jsNode.loc,
/* istanbul ignore next */
_b = _a === void 0 ? {
start: { column: nodeStart, line: 1 },
end: { column: nodeEnd, line: 1 },
} : _a, start = _b.start, end = _b.end, _c = jsNode.range, range = _c === void 0 ? [nodeStart, nodeEnd] : _c;
} : _a, start = _b.start, end = _b.end,
/* istanbul ignore next */
_c = jsNode.range,
/* istanbul ignore next */
range = _c === void 0 ? [nodeStart, nodeEnd] : _c;
var startLine = line + start.line - 1;

@@ -407,0 +415,0 @@ var endLine = line + end.line - 1;

@@ -180,6 +180,14 @@ import { __assign } from "tslib";

}
var nodeStart = jsNode.start, nodeEnd = jsNode.end, _a = jsNode.loc, _b = _a === void 0 ? {
var nodeStart = jsNode.start, nodeEnd = jsNode.end,
/* istanbul ignore next */
_a = jsNode.loc,
/* istanbul ignore next */
_b = _a === void 0 ? {
start: { column: nodeStart, line: 1 },
end: { column: nodeEnd, line: 1 },
} : _a, start = _b.start, end = _b.end, _c = jsNode.range, range = _c === void 0 ? [nodeStart, nodeEnd] : _c;
} : _a, start = _b.start, end = _b.end,
/* istanbul ignore next */
_c = jsNode.range,
/* istanbul ignore next */
range = _c === void 0 ? [nodeStart, nodeEnd] : _c;
var startLine = line + start.line - 1;

@@ -186,0 +194,0 @@ var endLine = line + end.line - 1;

{
"name": "eslint-mdx",
"version": "1.6.2",
"version": "1.6.3",
"description": "ESLint Parser for MDX",

@@ -34,7 +34,7 @@ "repository": "git+https://github.com/rx-ts/eslint-mdx.git",

"remark-mdx": "^1.5.1",
"remark-parse": "^7.0.1",
"remark-parse": "^7.0.2",
"tslib": "^1.10.0",
"unified": "^8.4.1"
"unified": "^8.4.2"
},
"gitHead": "0933b89f3dcb8f655cf68d859254dff1b1a648fe"
"gitHead": "10050e386c37f33fff94c8c5c2d75188d4188396"
}

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