Socket
Socket
Sign inDemoInstall

enhanced-resolve

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enhanced-resolve - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

1

lib/getInnerRequest.js

@@ -6,2 +6,3 @@ /*

module.exports = function getInnerRequest(resolver, request) {
var innerRequest;
if(request.request) {

@@ -8,0 +9,0 @@ innerRequest = request.request;

11

package.json
{
"name": "enhanced-resolve",
"version": "2.0.1",
"version": "2.0.2",
"author": "Tobias Koppers @sokra",

@@ -22,5 +22,7 @@ "description": "Offers a async require.resolve function. It's highly configurable.",

"devDependencies": {
"beautify-lint": "^1.0.3",
"codecov.io": "^0.1.6",
"coveralls": "^2.11.6",
"eslint": "^1.1.0",
"eslint-plugin-nodeca": "^1.0.3",
"beautify-lint": "^1.0.3",
"istanbul": "^0.4.1",

@@ -41,5 +43,6 @@ "js-beautify": "^1.5.10",

"pretest": "npm run lint && npm run beautify-lint",
"test": "mocha --reporter spec",
"test": "mocha --full-trace --check-leaks",
"precover": "npm run lint && npm run beautify-lint",
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"travis": "npm run cover -- --report lcovonly"
},

@@ -46,0 +49,0 @@ "repository": {

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