eslint-module-utils
Advanced tools
Comparing version 2.7.0 to 2.7.1
@@ -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 |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31763
17