Socket
Socket
Sign inDemoInstall

vue3-sfc-loader

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-sfc-loader - npm Package Versions

1345

0.8.0

Diff

Changelog

Source

0.8.0 (2021-05-31)

⚠ BREAKING CHANGES

  • core: getFile() will continue to support a simple string as return value but the object form is now : { type, getContentData } instead of { type, content }

Features

  • build: generate TypeScript definition file as a bundle (65fe3f4)
  • core: add additionalBabelParserPlugins to options (1f344da)
  • core: add binary data support (fd59be4), closes #69

Bug Fixes

  • core: "[Deprecation] SharedArrayBuffer will require cross-origin isolation as of M91" console message (c8fdb6f), closes #53
  • core: types: moduleCache is mandatory (53cfd5c)
franck.freiburger
published 0.7.3 •

Changelog

Source

0.7.3 (2021-04-05)

Features

  • build: add vue2 & vue3 esm target (dist/vue*-sfc-loader.esm.js) (cd98dd8)

Bug Fixes

  • vue2: fix Optional chaining expression support in templates (take 2) (042fb7a)
franck.freiburger
published 0.7.2 •

Changelog

Source

0.7.2 (2021-04-03)

Bug Fixes

  • vue2: fix Optional chaining expression support in templates (0b2d274)
franck.freiburger
published 0.7.1 •

Changelog

Source

0.7.1 (2021-03-30)

Bug Fixes

  • core: fix absolute path handling (8caf159)
franck.freiburger
published 0.7.0 •

Changelog

Source

0.7.0 (2021-03-26)

⚠ BREAKING CHANGES

  • core: remove extname from PathHandlers, then replace PathHandlers with PathResolve
  • core: rename extname into type (since extname is not abstract enough)
  • core: make path(s) abstract

Features

  • core: make path(s) abstract (e20b864)

wip

  • core: remove extname from PathHandlers, then replace PathHandlers with PathResolve (0deb95f)
  • core: rename extname into type (since extname is not abstract enough) (6a7e722)
franck.freiburger
published 0.6.1 •

Changelog

Source

0.6.1 (2021-03-21)

Bug Fixes

  • core: fix default resolve() behavior when relPath starts with '/' (e09cf34)
  • core: fix noop debug module (8a9a3b5)
  • vue2: compileStyleOptions scoped condition (a9609fb)
franck.freiburger
published 0.6.0 •

Changelog

Source

0.6.0 (2021-03-20)

⚠ BREAKING CHANGES

  • core: replace Options.moduleHandler object with Options.handleModule()

wip

  • core: replace Options.moduleHandler object with Options.handleModule() (d7d5669)
franck.freiburger
published 0.5.1 •

Changelog

Source

0.5.1 (2021-03-19)

Bug Fixes

  • core: set initial refPath to '/' instead of '' (893f1d4)
franck.freiburger
published 0.5.0 •

Changelog

Source

0.5.0 (2021-03-19)

⚠ BREAKING CHANGES

  • core: replace recurrent (absPath, relPath) with PathContext
  • core: add Resource, rename additionalModuleHandlers into moduleHandlers, refactoring

Bug Fixes

  • vue3: <script setup> inlineTemplate (7ceed8a)
  • vue3: <script setup> use bindingMetadata instead of inlineTemplate (ce47cc1)

wip

  • core: add Resource, rename additionalModuleHandlers into moduleHandlers, refactoring (e77324a)

  • core: replace recurrent (absPath, relPath) with PathContext (a5bdd2d)

franck.freiburger
published 0.4.5 •

Changelog

Source

0.4.5 (2021-03-15)

Bug Fixes

  • vue2: fix vueVersion value (8a58dc7)
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