Socket
Socket
Sign inDemoInstall

eslint-import-resolver-node

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-import-resolver-node - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

13

CHANGELOG.md

@@ -8,5 +8,13 @@ # Change Log

## v0.3.4 - 2020-06-16
### Added
- add `.node` extension ([#1663])
## v0.3.3 - 2020-01-10
### Changed
- [meta] copy LICENSE file to all npm packages on prepublish ([#1595], thanks [@opichals])
## v0.3.2 - 2018-01-05
### Added
- `.mjs` extension detected by default to support `experimental-modules` (#939)
- `.mjs` extension detected by default to support `experimental-modules` ([#939])

@@ -46,2 +54,4 @@ ### Deps

[#1663]: https://github.com/benmosher/eslint-plugin-import/issues/1663
[#1595]: https://github.com/benmosher/eslint-plugin-import/pull/1595
[#939]: https://github.com/benmosher/eslint-plugin-import/issues/939

@@ -55,1 +65,2 @@ [#531]: https://github.com/benmosher/eslint-plugin-import/issues/531

[@ljharb]: https://github.com/ljharb
[@opichals]: https://github.com/opichals

2

index.js

@@ -31,3 +31,3 @@ var resolve = require('resolve')

// plus 'mjs' for native modules! (#939)
extensions: ['.mjs', '.js', '.json'],
extensions: ['.mjs', '.js', '.json', '.node'],
},

@@ -34,0 +34,0 @@ config,

{
"name": "eslint-import-resolver-node",
"version": "0.3.3",
"version": "0.3.4",
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",

@@ -11,3 +11,4 @@ "main": "index.js",

"prepublishOnly": "cp ../../{LICENSE,.npmrc} ./",
"test": "nyc mocha",
"tests-only": "nyc mocha",
"test": "npm run tests-only",
"coveralls": "nyc report --reporter lcovonly && cd ../.. && coveralls < ./resolvers/node/coverage/lcov.info"

@@ -14,0 +15,0 @@ },

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