Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

module-alias

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

module-alias - npm Package Compare versions

Comparing version
2.3.3
to
2.3.4
+15
-0
index.mjs

@@ -52,1 +52,16 @@ // ESM entry point for module-alias

}
// Default export for compatibility with: import moduleAlias from 'module-alias'
import { init } from './esm-loader.mjs'
function moduleAlias(options) {
ensureHooks()
init(options)
}
moduleAlias.addAlias = addAlias
moduleAlias.addAliases = addAliases
moduleAlias.addPath = addPath
moduleAlias.reset = reset
export default moduleAlias
+2
-2
{
"name": "module-alias",
"description": "Create aliases of directories and register custom module paths",
"version": "2.3.3",
"version": "2.3.4",
"author": {

@@ -58,3 +58,3 @@ "name": "Nick Gavrilov",

"chai": "^3.5.0",
"hello-world-classic": "ilearnio/hello-world-classic",
"hello-world-classic": "github:ilearnio/hello-world-classic",
"husky": "^3.0.2",

@@ -61,0 +61,0 @@ "mocha": "^2.4.5",