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

file-plus-loader

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-plus-loader - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

4

index.js

@@ -10,3 +10,3 @@ /*

var queryPlus = this.options.module.loaders.filter(function(v) {
return v.loader === 'file-plus-loader';
return v.loader === 'file-plus';
})[0].query;

@@ -19,3 +19,3 @@ var url = loaderUtils.interpolateName(this, queryPlus.name || '[hash].[ext]', {

if (queryPlus.map) {
url = queryPlus.map(url);
url = queryPlus.map(url, this.resourcePath);
}

@@ -22,0 +22,0 @@ this.emitFile(url, content);

{
"name": "file-plus-loader",
"version": "0.1.0",
"version": "0.2.0",
"author": "pillys@163.com",

@@ -5,0 +5,0 @@ "description": "file plus loader 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