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 4.0.2 to 4.0.3

10

CHANGELOG.md

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

## [4.0.3] - 2021-03-19
### Fixed
- Fixed bug preventing imports from non-aliased paths (#80)
## [4.0.2] - 2021-03-05
### Changed
- Fix typos in README
## [4.0.1] - 2021-02-26

@@ -9,0 +19,0 @@

2

package.json

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

"license": "ISC",
"version": "4.0.2",
"version": "4.0.3",
"bin": {

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

@@ -37,6 +37,6 @@ // rollup.config.js

],
customResolver: resolve({
extensions: ['.js', '.jsx', '.ts', '.tsx', '.vue'],
}),
}),
resolve({
extensions: ['.js', '.jsx', '.ts', '.tsx', '.vue'],
}),
],

@@ -43,0 +43,0 @@ replace: {

@@ -37,6 +37,6 @@ // rollup.config.js

],
customResolver: resolve({
extensions: ['.js', '.jsx', '.ts', '.tsx', '.vue'],
}),
}),
resolve({
extensions: ['.js', '.jsx', '.ts', '.tsx', '.vue'],
}),
],

@@ -43,0 +43,0 @@ replace: {

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