Socket
Socket
Sign inDemoInstall

eslint-import-resolver-node

Package Overview
Dependencies
Maintainers
1
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.2.3 to 0.3.0

CHANGELOG.md~

14

CHANGELOG.md

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

## Unreleased
## v0.3.0 - 2016-12-15
### Changed
- bumped `resolve` to fix issues with Node builtins (thanks [@SkeLLLa] and [@ljharb])
### Fixed
- use `files` in `package.json` to ship only `index.js` ([#531], thanks for noticing [@lukeapage])
## v0.2.3 - 2016-08-20

@@ -26,4 +36,8 @@ ### Added

[#531]: https://github.com/benmosher/eslint-plugin-import/issues/531
[#437]: https://github.com/benmosher/eslint-plugin-import/issues/437
[@jasonkarns]: https://github.com/jasonkarns
[@lukeapage]: https://github.com/lukeapage
[@SkeLLLa]: https://github.com/SkeLLLa
[@ljharb]: https://github.com/ljharb

3

index.js
var resolve = require('resolve')
, path = require('path')
, assign = require('object-assign')

@@ -29,3 +28,3 @@ var log = require('debug')('eslint-plugin-import:resolver:node')

function opts(file, config) {
return assign({
return Object.assign({
// more closely matches Node (#333)

@@ -32,0 +31,0 @@ extensions: ['.js', '.json'],

{
"name": "eslint-import-resolver-node",
"version": "0.2.3",
"version": "0.3.0",
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
"main": "index.js",
"files": ["index.js"],
"scripts": {

@@ -28,4 +29,3 @@ "test": "nyc mocha"

"debug": "^2.2.0",
"object-assign": "^4.0.1",
"resolve": "^1.1.6"
"resolve": "^1.2.0"
},

@@ -32,0 +32,0 @@ "devDependencies": {

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