You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

eslint-import-resolver-root-import

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "eslint-import-resolver-root-import",
"version": "1.0.0",
"version": "1.0.1",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "description": "Babel Plugin Root Import ESLint resolver.",

@@ -99,2 +99,3 @@ const path = require('path');

: getConfigFromBabel(process.cwd(), babelConfigFile);
const optsArray = [].concat(options || []);

@@ -130,3 +131,5 @@

return nodeResolve(transformedSource, file, {});
const { exntensions = {} } = config;
return nodeResolve(transformedSource, file, { exntensions });
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc