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

vue-sfc-rollup

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-sfc-rollup - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

10

CHANGELOG.md

@@ -13,2 +13,12 @@ # Changelog

## [1.0.2] - 2019-01-12
### Fixed
- avoid bug introduced in [rollup-plugin-vue 4.4.0](https://github.com/vuejs/rollup-plugin-vue/issues/257) - lock in use of v4.3.2 in generated package.json until issue is resolved.
## [1.0.1] - 2018-12-14
### Fixed
- build process now runs in 'production' mode by default - smaller, more secure files
## [1.0.0] - 2018-10-10

@@ -15,0 +25,0 @@ ### Changed

2

package.json

@@ -6,3 +6,3 @@ {

"license": "ISC",
"version": "1.0.1",
"version": "1.0.2",
"bin": {

@@ -9,0 +9,0 @@ "sfc-rollup-init": "./sfc-init.js"

@@ -33,3 +33,3 @@ {

"rollup-plugin-uglify-es": "0.0.1",
"rollup-plugin-vue": "^4.3.2",
"rollup-plugin-vue": "4.3.2",
"vue": "^2.5.21",

@@ -36,0 +36,0 @@ "vue-template-compiler": "^2.5.21"

@@ -35,3 +35,3 @@ {

"rollup-plugin-uglify-es": "0.0.1",
"rollup-plugin-vue": "^4.3.2",
"rollup-plugin-vue": "4.3.2",
"vue": "^2.5.21",

@@ -38,0 +38,0 @@ "vue-template-compiler": "^2.5.21"

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