Socket
Socket
Sign inDemoInstall

vue-demi

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-demi - npm Package Compare versions

Comparing version 0.7.4 to 0.7.5

11

package.json
{
"name": "vue-demi",
"version": "0.7.4",
"version": "0.7.5",
"repository": "https://github.com/antfu/vue-demi.git",

@@ -12,3 +12,10 @@ "funding": "https://github.com/sponsors/antfu",

"module": "lib/index.esm.js",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.esm.js",
"require": "./lib/index.cjs.js"
},
"./": "./"
},
"bin": {

@@ -15,0 +22,0 @@ "vue-demi-fix": "bin/vue-demi-fix.js",

7

README.md

@@ -58,3 +58,3 @@ <p align="center">

`Vue Demi` provides extra APIs to help distinguishing users' environments and to do some version-specific logics.
`Vue Demi` provides extra APIs to help distinguish users' environments and to do some version-specific logic.

@@ -87,3 +87,3 @@ ### `isVue2` `isVue3`

Composition API in Vue 2 is provided as a plugin and need to install to Vue instance before using. Normally, `vue-demi` will try to install it automatically. For some usages that you might need to ensure the plugin get installed correctly, the `install()` API is exposed to as a safe version of `Vue.use(CompositionAPI)`. `install()` in Vue 3 environment will be an empty function (no-op).
Composition API in Vue 2 is provided as a plugin and needs to be installed on the Vue instance before using. Normally, `vue-demi` will try to install it automatically. For some usages where you might need to ensure the plugin gets installed correctly, the `install()` API is exposed to as a safe version of `Vue.use(CompositionAPI)`. `install()` in the Vue 3 environment will be an empty function (no-op).

@@ -180,3 +180,3 @@ ```ts

## Who are using this?
## Who is using this?

@@ -190,2 +190,3 @@ - [VueUse](https://github.com/antfu/vueuse) - Collection of Composition API utils

- [vue-echarts](https://github.com/ecomfe/vue-echarts) - Vue.js component for Apache ECharts.
- [fluent-vue](https://github.com/Demivan/fluent-vue) - Vue.js integration for [Fluent.js](https://github.com/projectfluent/fluent.js) - JavaScript implementation of [Project Fluent](https://projectfluent.org)

@@ -192,0 +193,0 @@ > open a PR to add your library ;)

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