New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.0 to 4.1.1

templates/library/_template.browserslistrc

5

CHANGELOG.md

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

## [4.1.1] - 2021-07-23
### Fixed
- Fix missing .gitignore template files
## [4.1.0] - 2021-07-21

@@ -9,0 +14,0 @@

2

package.json

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

"license": "ISC",
"version": "4.1.0",
"version": "4.1.1",
"bin": {

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

@@ -237,4 +237,4 @@ #! /usr/bin/env node

'dev/serve.vue',
'.browserslistrc',
'.gitignore',
{ '_template.browserslistrc': '.browserslistrc' },
{ '_template.gitignore': '.gitignore' },
'babel.config.js',

@@ -241,0 +241,0 @@ (data.language === 'ts' && data.version === 2) ? 'shims-tsx.d.ts' : null,

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