Socket
Socket
Sign inDemoInstall

module-alias

Package Overview
Dependencies
0
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "module-alias",
"description": "Create aliases of directories and register custom module paths in NodeJS like a boss!",
"version": "1.0.6",
"version": "1.0.7",
"author": {

@@ -6,0 +6,0 @@ "name": "Nikita Gavrilov",

@@ -49,3 +49,3 @@ # module-alias

```js
import 'module-alias/register'
require('module-alias/register')
```

@@ -78,3 +78,3 @@

```js
import moduleAlias from 'module-alias'
const moduleAlias = require('module-alias')

@@ -81,0 +81,0 @@ //

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc