Skip to content

Conversation

@elevatebart
Copy link
Member

@elevatebart elevatebart commented Mar 3, 2023

closes #94

@what-the-diff
Copy link

what-the-diff bot commented Mar 3, 2023

  • Added support for setup function in SFC
  • Fixed a bug where the compiler would throw an error when using false as value

@socket-security
Copy link

Socket Security Pull Request Report

Dependency issues detected: If you merge this pull request, you will not be alerted to the instances of these issues again.

📜 Install scripts

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Package Script field Source
vue-inbrowser-compiler-demi@4.56.5 (upgraded) postinstall package-lock.json via vue-inbrowser-compiler-sucrase@4.56.6
Pull request report summary
Issue Status
Install scripts ⚠️ 1 issue
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues
Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore vue-inbrowser-compiler-demi@4.56.5

Powered by socket.dev

@elevatebart elevatebart changed the title upgrade compiler and fix checkTemplate Compatibility with script setup Mar 3, 2023
@elevatebart elevatebart merged commit 74102e3 into master Mar 3, 2023
@elevatebart elevatebart deleted the add-setup-example branch March 3, 2023 19:45
@github-actions
Copy link

github-actions bot commented Mar 3, 2023

🎉 This PR is included in version 2.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

Add support for script setup

2 participants