New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-import-resolver-configurable

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.1.1 to 0.1.2

4

lib/index.js

@@ -27,3 +27,5 @@ 'use strict';

path: resolvePkg.sync(src, {
basedir: path.dirname(eslintrcUp.sync({ cwd: __dirname }))
basedir: path.dirname(eslintrcUp.sync({
cwd: path.dirname(file)
}))
})

@@ -30,0 +32,0 @@ };

{
"name": "eslint-import-resolver-configurable",
"version": "0.1.1",
"version": "0.1.2",
"description": "Resolve your aliases for proper linting of imports.",

@@ -43,4 +43,3 @@ "repository": {

"eslint-plugin-import": "^1.14.0",
"mocha": "^3.0.2",
"rewire": "^2.5.2"
"mocha": "^3.0.2"
},

@@ -47,0 +46,0 @@ "dependencies": {

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