webpack-isomorphic-tools
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -649,3 +649,3 @@ 'use strict'; | ||
if (!this.webpack_uses_tilde_for_node_modules()) { | ||
return assets[webpack_asset_path]; | ||
return assets[asset_path]; | ||
} | ||
@@ -669,8 +669,8 @@ | ||
for (var _iterator4 = (0, _getIterator3.default)(possible_webpack_asset_paths), _step4; !(_iteratorNormalCompletion4 = (_step4 = _iterator4.next()).done); _iteratorNormalCompletion4 = true) { | ||
var _webpack_asset_path = _step4.value; | ||
var webpack_asset_path = _step4.value; | ||
this.log.debug(' trying "' + _webpack_asset_path + '"'); | ||
this.log.debug(' trying "' + webpack_asset_path + '"'); | ||
// find this asset in the real file path list | ||
var asset = assets[_webpack_asset_path]; | ||
var asset = assets[webpack_asset_path]; | ||
@@ -677,0 +677,0 @@ if ((0, _helpers.exists)(asset)) { |
{ | ||
"name": "webpack-isomorphic-tools", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Transforms CSS-alike text into a React style JSON object", | ||
@@ -5,0 +5,0 @@ "main": "babel-transpiled-modules/index.js", |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
277417
1