Socket
Socket
Sign inDemoInstall

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.7.0 to 16.7.1

18

CHANGELOG.md

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

## [16.7.1](https://github.com/vuejs/vue-loader/compare/v16.7.0...v16.7.1) (2021-09-22)
### Bug Fixes
* remove pure annotation for custom blocks ([cd891e5](https://github.com/vuejs/vue-loader/commit/cd891e593bf7f8aff852f1d47fda2337de661bea))
# [16.7.0](https://github.com/vuejs/vue-loader/compare/v16.6.0...v16.7.0) (2021-09-21)

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

# [16.7.0](https://github.com/vuejs/vue-loader/compare/v16.6.0...v16.7.0) (2021-09-21)
### Features
* support optional @vue/compiler-sfc peer dep ([21725a4](https://github.com/vuejs/vue-loader/commit/21725a4ebc9c8d7f8a590d700017759327e21c2e))
# [16.6.0](https://github.com/vuejs/vue-loader/compare/v16.5.0...v16.6.0) (2021-09-20)

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

2

dist/index.js

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

return (`import block${i} from ${stringifyRequest(src + query)}\n` +
`if (typeof block${i} === 'function') /*#__PURE__*/block${i}(script)`);
`if (typeof block${i} === 'function') block${i}(script)`);
})

@@ -200,0 +200,0 @@ .join(`\n`) + `\n`;

{
"name": "vue-loader",
"version": "16.7.0",
"version": "16.7.1",
"license": "MIT",

@@ -45,2 +45,3 @@ "author": "Evan You",

"@babel/preset-env": "^7.11.5",
"@intlify/vue-i18n-loader": "^3.0.0",
"@types/estree": "^0.0.45",

@@ -85,2 +86,3 @@ "@types/hash-sum": "^1.0.0",

"vue": "^3.2.13",
"vue-i18n": "^9.1.7",
"webpack": "^4.41.2",

@@ -87,0 +89,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