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.2 to 1.0.3

2

package.json

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

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

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

@@ -30,3 +30,7 @@ // Import vue components

// To allow use as module (npm/webpack/etc.) export components
// Default export is library as a whole, registered via Vue.use()
export default plugin;
// To allow individual component use, export components
// each can be registered via Vue.component()
export * from './lib-components/index';

@@ -28,3 +28,7 @@ // Import vue component

// To allow use as module (npm/webpack/etc.) export component
// Inject install function into component - allows component
// to be registered via Vue.use() as well as Vue.component()
component.install = install;
// Export component by default
export default component;

@@ -31,0 +35,0 @@

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