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.6 to 0.3.7

3

index.js
'use strict';
const resolve = require('resolve');
const isCoreModule = require('is-core-module');
const path = require('path');

@@ -14,3 +15,3 @@

if (resolve.isCore(source)) {
if (isCoreModule(source)) {
log('resolved to core');

@@ -17,0 +18,0 @@ return { found: true, path: null };

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

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

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

@@ -35,7 +34,7 @@ "repository": {

"debug": "^3.2.7",
"resolve": "^1.20.0"
"is-core-module": "^2.11.0",
"resolve": "^1.22.1"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^3.1.0",
"mocha": "^3.5.3",

@@ -42,0 +41,0 @@ "nyc": "^11.9.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