source-map-loader
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -94,3 +94,3 @@ "use strict"; | ||
let sourceContent; | ||
const originalSourceContent = map.sourcesContent && typeof map.sourcesContent[i] !== "undefined" ? map.sourcesContent[i] : // eslint-disable-next-line no-undefined | ||
const originalSourceContent = map.sourcesContent && typeof map.sourcesContent[i] !== "undefined" && map.sourcesContent[i] !== null ? map.sourcesContent[i] : // eslint-disable-next-line no-undefined | ||
undefined; | ||
@@ -97,0 +97,0 @@ const skipReading = typeof originalSourceContent !== "undefined"; |
{ | ||
"name": "source-map-loader", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "extracts inlined source map and offers it to webpack", | ||
@@ -49,7 +49,7 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.13", | ||
"@babel/core": "^7.12.13", | ||
"@babel/preset-env": "^7.12.13", | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@babel/cli": "^7.13.16", | ||
"@babel/core": "^7.14.2", | ||
"@babel/preset-env": "^7.14.2", | ||
"@commitlint/cli": "^12.1.4", | ||
"@commitlint/config-conventional": "^12.1.4", | ||
"@webpack-contrib/eslint-config-webpack": "^3.0.0", | ||
@@ -60,13 +60,13 @@ "babel-jest": "^26.6.3", | ||
"del-cli": "^3.0.1", | ||
"eslint": "^7.19.0", | ||
"eslint-config-prettier": "^7.2.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"husky": "^4.3.8", | ||
"eslint": "^7.26.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.23.2", | ||
"husky": "^6.0.0", | ||
"jest": "^26.6.3", | ||
"lint-staged": "^10.5.4", | ||
"memfs": "^3.2.0", | ||
"lint-staged": "^11.0.0", | ||
"memfs": "^3.2.2", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.2.1", | ||
"standard-version": "^9.1.0", | ||
"webpack": "^5.21.2" | ||
"prettier": "^2.3.0", | ||
"standard-version": "^9.3.0", | ||
"webpack": "^5.37.0" | ||
}, | ||
@@ -73,0 +73,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31819
9