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

absolute-module-mapper-plugin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

absolute-module-mapper-plugin - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [1.2.4](https://github.com/imcuttle/absolute-module-mapper-plugin/compare/v1.2.3...v1.2.4) (2020-02-13)
## [1.2.3](https://github.com/imcuttle/absolute-module-mapper-plugin/compare/v1.2.2...v1.2.3) (2020-02-13)

@@ -2,0 +6,0 @@

4

index.js

@@ -116,3 +116,3 @@ /**

old !== request.request &&
console.log('AbsoluteModuleMapperPlugin resolveRequest: in %s\n %s => %s', from, old, request.request)
console.log(this.constructor.name + ' resolveRequest: in %s\n %s => %s', from, old, request.request)

@@ -142,3 +142,3 @@ callback()

old !== request.path &&
console.log('AbsoluteModuleMapperPlugin path: in %s\n %s => %s', from, old, request.path)
console.log(this.constructor.name + ' path: in %s\n %s => %s', from, old, request.path)
callback()

@@ -145,0 +145,0 @@ }

{
"name": "absolute-module-mapper-plugin",
"version": "1.2.3",
"version": "1.2.4",
"main": "index.js",

@@ -5,0 +5,0 @@ "description": "The plugin on enhanced-resolver to map module path",

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