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

vue-loader

Package Overview
Dependencies
Maintainers
2
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-loader - npm Package Compare versions

Comparing version 17.0.0 to 17.0.1

5

dist/index.js

@@ -31,5 +31,6 @@ "use strict";

const stringifyRequest = (r) => loaderUtils.stringifyRequest(loaderContext, r);
const { mode, target, sourceMap, rootContext, resourcePath, resourceQuery = '', } = loaderContext;
const rawQuery = resourceQuery.slice(1);
const { mode, target, sourceMap, rootContext, resourcePath, resourceQuery: _resourceQuery = '', } = loaderContext;
const rawQuery = _resourceQuery.slice(1);
const incomingQuery = qs.parse(rawQuery);
const resourceQuery = rawQuery ? `&${rawQuery}` : '';
const options = (loaderUtils.getOptions(loaderContext) ||

@@ -36,0 +37,0 @@ {});

2

dist/pluginWebpack4.js

@@ -45,3 +45,3 @@ "use strict";

vueLoaderUse.options || {});
// for each user rule (expect the vue rule), create a cloned rule
// for each user rule (except the vue rule), create a cloned rule
// that targets the corresponding language blocks in *.vue files.

@@ -48,0 +48,0 @@ const clonedRules = rules.filter((r) => r !== vueRule).map(cloneRule);

@@ -96,3 +96,3 @@ "use strict";

vueLoaderUse.options || {});
// for each user rule (expect the vue rule), create a cloned rule
// for each user rule (except the vue rule), create a cloned rule
// that targets the corresponding language blocks in *.vue files.

@@ -99,0 +99,0 @@ const refs = new Map();

{
"name": "vue-loader",
"version": "17.0.0",
"version": "17.0.1",
"license": "MIT",
"author": "Evan You",
"repository": "vuejs/vue-loader",
"main": "dist/index.js",

@@ -42,2 +43,10 @@ "types": "dist/index.d.ts",

},
"peerDependenciesMeta": {
"@vue/compiler-sfc": {
"optional": true
},
"vue": {
"optional": true
}
},
"devDependencies": {

@@ -44,0 +53,0 @@ "@babel/core": "^7.7.7",

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