Socket
Socket
Sign inDemoInstall

file-loader

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-loader - npm Package Compare versions

Comparing version 0.8.4 to 0.8.5

5

index.js

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

var loaderUtils = require("loader-utils");
var path = require("path");

@@ -19,4 +18,4 @@ module.exports = function(content) {

this.emitFile(url, content);
return "module.exports = __webpack_public_path__ + " + JSON.stringify(url);
return "module.exports = __webpack_public_path__ + " + JSON.stringify(url) + ";";
}
module.exports.raw = true;
module.exports.raw = true;

2

package.json
{
"name": "file-loader",
"version": "0.8.4",
"version": "0.8.5",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "file loader module for webpack",

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