New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

twoway-vue3

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twoway-vue3

The simple package for the two way binding of properties for the Vue3

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
5
400%
Maintainers
1
Weekly downloads
 
Created
Source

twoway-vue3

The simple package for the two way binding of properties for the Vue3

Example

<template>
  <div>
    <input
      v-model="text.value"
    />
  </div>
</template>
<script setup>
  import twoway from '@bgrusnak/twoway-vue3'
  const text = twoway('');
</script>

Keywords

vue

FAQs

Package last updated on 17 Dec 2023

Did you know?

Socket

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.

Install

Related posts