Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@storybook/vue-vite
Advanced tools
Storybook for Vue2 and Vite: Develop Vue2 Components in isolation with Hot Reloading.
Storybook for Vue 2 is a UI development environment for your Vue 2 components. With it, you can visualize different states of your UI components and develop them interactively.
Storybook runs outside of your app. So you can develop UI components in isolation without worrying about app specific dependencies and requirements.
cd my-vue-app
npx storybook@latest init
For more information visit: storybook.js.org
https://github.com/white-rabbit-japan/vue-vuetify-storybook
Storybook also comes with a lot of addons and a great API to customize as you wish. You can also build a static version of your Storybook and deploy it anywhere you want.
Vue.use
). You will need to declare those in the ./storybook/preview.js
.In Storybook story and decorator components, you can not access the Vue instance in factory functions for default prop values:
{
props: {
foo: {
default() {
return this.bar; // does not work!
}
}
}
}
FAQs
Storybook for Vue2 and Vite: Develop Vue2 Components in isolation with Hot Reloading.
The npm package @storybook/vue-vite receives a total of 13,180 weekly downloads. As such, @storybook/vue-vite popularity was classified as popular.
We found that @storybook/vue-vite demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 29 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.