Socket
Socket
Sign inDemoInstall

eslint-module-utils

Package Overview
Dependencies
9
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.7.0 to 2.7.1

7

CHANGELOG.md

@@ -8,2 +8,7 @@ # Change Log

## v2.7.1 - 2021-10-13
### Fixed
- fixed SyntaxError in node <= 6: Unexpected token ) in parse.js ([#2261], thanks [@VitusFW])
## v2.7.0 - 2021-10-11

@@ -101,2 +106,3 @@

[#2261]: https://github.com/import-js/eslint-plugin-import/pull/2261
[#2212]: https://github.com/import-js/eslint-plugin-import/pull/2212

@@ -142,1 +148,2 @@ [#2160]: https://github.com/import-js/eslint-plugin-import/pull/2160

[@vikr01]: https://github.com/vikr01
[@VitusFW]: https://github.com/VitusFW

2

package.json
{
"name": "eslint-module-utils",
"version": "2.7.0",
"version": "2.7.1",
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",

@@ -5,0 +5,0 @@ "engines": {

@@ -96,3 +96,3 @@ 'use strict';

parserPath +
'` is invalid and will just be ignored',
'` is invalid and will just be ignored'
);

@@ -99,0 +99,0 @@ } else {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc