Socket
Socket
Sign inDemoInstall

@zhennann/vue

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

2.7.15

Diff

Changelog

Source

2.7.15 (2023-10-23)

Bug Fixes

  • compiler-sfc: add semicolon after defineProps statement (#12879) (51fef2c)
  • compiler-sfc: fix macro usage in multi-variable declaration (#12873) (d27c128)
  • compiler-sfc: Optimize the value of emitIdentifier (#12851) (bb59751)
  • compiler-sfc: Resolve object expression parsing errors in v-on (#12862) (b8c8b3f)
  • lifecycle: scope might changed when call hook (#13070) (74ca5a1)
  • patch: clone insert hooks to avoid being mutated during iteration (#12905) (c223634)
  • types/sfc: improve the type inference using withDefaults (#12872) (099401e)
  • types: correct serverPrefetch this type (#13068) (67c1d26), closes #12488
zhennann
published 2.7.14 •

Changelog

Source

2.7.14 (2022-11-09)

Bug Fixes

  • compiler-sfc: fix template usage check edge case for v-slot destructured default value (#12842) (5e3d4e9), closes #12841
  • provide/inject: do not mutate original provide options during merge (d1899ca), closes #12854
  • reactivity: avoid using WeakMap for IE compatibility (29b5f58), closes #12837
  • types: fix spreading VNodeData in tsx (#12789) (f7db7f3), closes #12778
  • types: stricter type condition for EventHandlers (#12840) (0b3cf7d), closes #12832
zhennann
published 2.7.13 •

Changelog

Source

2.7.13 (2022-10-14)

Bug Fixes

  • effectScope: calling off() of a detached scope should not break currentScope (800207c), closes #12825
  • types: style attribute svg (#12800) (8e26261)
  • watch: avoid traversing objects that are marked non-reactive (#12806) (5960f05)
zhennann
published 2.7.12 •

Changelog

Source

2.7.12 (2022-10-12)

Reverts

zhennann
published 2.6.15 •

zhennann
published 2.6.14 •

Changelog

Source

2.6.14 (2021-06-07)

Bug Fixes

Features

  • ssr: vue-ssr-webpack-plugin compatible with webpack 5 (#12002) (80e7730)
zhennann
published 2.6.13 •

Changelog

Source

2.6.13 (2021-06-01)

Bug Fixes

Features

  • warns: avoid warning native modifiers on dynamic components (#11052) (3d46692)
  • warn: warn computed conflict with methods (#10119) (3ad60fe)

Performance Improvements

zhennann
published 2.6.12 •

Changelog

Source

2.6.12 (2020-08-20)

Bug Fixes

zhennann
published 2.6.11 •

Changelog

Source

2.6.11 (2019-12-13)

Bug Fixes

zhennann
published 2.6.10 •

Changelog

Source

2.6.10 (2019-03-20)

Bug Fixes

  • codegen: support named function expression in v-on (#9709) (3433ba5), closes #9707
  • core: cleanup timeouts for async components (#9649) (02d21c2), closes #9648
  • core: only unset dom prop when not present (f11449d), closes #9650
  • core: use window.performance for compatibility in JSDOM (#9700) (653c74e), closes #9698
  • scheduler: revert timeStamp check (22790b2), closes #9729 #9632
  • slots: fix slots not updating when passing down normal slots as $scopedSlots (ebc1893), closes #9699
  • types: allow using functions on the PropTypes (#9733) (df4af4b), closes #9692
  • types: support string type for style in VNode data (#9728) (982d5a4), closes #9727
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc