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 16.1.2 to 16.2.0

18

CHANGELOG.md

@@ -0,1 +1,10 @@

# [16.2.0](https://github.com/vuejs/vue-loader/compare/v16.1.2...v16.2.0) (2021-03-26)
### Features
* enable :slotted usage detection ([66a3759](https://github.com/vuejs/vue-loader/commit/66a3759c052fa75485243d91c22243ee35610089))
## [16.1.2](https://github.com/vuejs/vue-loader/compare/v16.1.1...v16.1.2) (2020-12-17)

@@ -10,2 +19,11 @@

## [16.1.2](https://github.com/vuejs/vue-loader/compare/v16.1.1...v16.1.2) (2020-12-17)
### Bug Fixes
* resourceQuery could be undefined in webpack 5 ([6a1ee76](https://github.com/vuejs/vue-loader/commit/6a1ee76aa6a876155e2cd7fb1f133553a9c38706)), closes [#1771](https://github.com/vuejs/vue-loader/issues/1771)
## [16.1.1](https://github.com/vuejs/vue-loader/compare/v16.1.0...v16.1.1) (2020-12-04)

@@ -12,0 +30,0 @@

2

dist/templateLoader.js

@@ -39,2 +39,4 @@ "use strict";

id: scopeId,
scoped: !!query.scoped,
slotted: descriptor.slotted,
isProd,

@@ -41,0 +43,0 @@ ssr: isServer,

6

package.json
{
"name": "vue-loader",
"version": "16.1.2",
"version": "16.2.0",
"license": "MIT",

@@ -50,3 +50,3 @@ "author": "Evan You",

"@types/webpack-merge": "^4.1.5",
"@vue/compiler-sfc": "^3.0.3",
"@vue/compiler-sfc": "^3.0.8",
"babel-loader": "^8.1.0",

@@ -79,3 +79,3 @@ "cache-loader": "^4.1.0",

"url-loader": "^4.1.0",
"vue": "^3.0.3",
"vue": "^3.0.8",
"webpack": "^4.41.2",

@@ -82,0 +82,0 @@ "webpack-cli": "^3.3.10",

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