Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-module-resolver

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-module-resolver - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

5

lib/normalizeOptions.js

@@ -95,3 +95,3 @@ "use strict";

}
var _default = (0, _reselect.createSelector)(
var _default = exports.default = (0, _reselect.createSelector)(
// The currentFile should have an extension; otherwise it's considered a special value

@@ -116,3 +116,2 @@ currentFile => currentFile.includes('.') ? _path.default.dirname(currentFile) : currentFile, (_, opts) => opts, (currentFile, opts) => {

};
});
exports.default = _default;
});

1

lib/utils.js

@@ -37,3 +37,2 @@ "use strict";

}
return localPath;

@@ -40,0 +39,0 @@ }

{
"name": "babel-plugin-module-resolver",
"version": "5.0.0",
"version": "5.0.1",
"main": "lib/index.js",

@@ -10,5 +10,2 @@ "description": "Module resolver plugin for Babel",

},
"engines": {
"node": ">= 16"
},
"files": [

@@ -37,7 +34,7 @@ "lib"

"dependencies": {
"find-babel-config": "^2.0.0",
"glob": "^8.0.3",
"find-babel-config": "^2.1.1",
"glob": "^9.3.3",
"pkg-up": "^3.1.0",
"reselect": "^4.1.7",
"resolve": "^1.22.1"
"reselect": "^5.1.0",
"resolve": "^1.22.8"
},

@@ -58,6 +55,6 @@ "devDependencies": {

"husky": "^4.3.6",
"jest": "^29.3.1",
"jest": "^29.7.0",
"lint-staged": "^10.5.3",
"prettier-eslint-cli": "^5.0.0",
"standard-version": "^9.0.0"
"standard-version": "^9.5.0"
},

@@ -64,0 +61,0 @@ "scripts": {

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