New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0 to 1.2.1

11

CHANGELOG.md

@@ -1,4 +0,13 @@

# 1.2.0 (2019-11-13)
## [1.2.1](https://github.com/imcuttle/absolute-module-mapper-plugin/compare/v1.2.0...v1.2.1) (2019-11-14)
### Bug Fixes
* replaceRoot in requestMapper ([4c64d72](https://github.com/imcuttle/absolute-module-mapper-plugin/commit/4c64d72c1f8bfe6ea63240f3093932b3823e5e4b))
# [1.2.0](https://github.com/imcuttle/absolute-module-mapper-plugin/compare/380b5857800b4247ff24b55ef0e4fd23244a2c5e...v1.2.0) (2019-11-13)
### Features

@@ -5,0 +14,0 @@

2

index.js

@@ -96,3 +96,3 @@ /**

const old = request.request
request.request = requestMapper(requestMapper(old, request), root)
request.request = replaceRoot(requestMapper(old, request), root)

@@ -99,0 +99,0 @@ !silent &&

{
"name": "absolute-module-mapper-plugin",
"version": "1.2.0",
"version": "1.2.1",
"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