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

webpack-isomorphic-tools

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-isomorphic-tools - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

8

babel-transpiled-modules/index.js

@@ -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

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