Socket
Socket
Sign inDemoInstall

module-lookup-amd

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

module-lookup-amd - npm Package Compare versions

Comparing version 8.0.2 to 8.0.3

2

index.js

@@ -71,3 +71,3 @@ 'use strict';

debug('baseUrl with a leading slash detected');
resolutionDirectory = resolutionDirectory.replace(config.baseUrl, '');
resolutionDirectory = resolutionDirectory.replace(/\\/g, '/').replace(config.baseUrl, '');
debug(`new resolution directory: ${resolutionDirectory}`);

@@ -74,0 +74,0 @@ }

{
"name": "module-lookup-amd",
"version": "8.0.2",
"version": "8.0.3",
"description": "Resolve aliased dependency paths using a RequireJS config",

@@ -5,0 +5,0 @@ "main": "index.js",

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