Socket
Socket
Sign inDemoInstall

@vueuse/integrations

Package Overview
Dependencies
Maintainers
3
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vueuse/integrations - npm Package Compare versions

Comparing version 4.9.0 to 4.9.1

12

dist/index.cjs.js

@@ -25,3 +25,3 @@ 'use strict';

*
* @link https://vueuse.org/useAxios
* @see https://vueuse.org/useAxios
* @param url

@@ -89,3 +89,3 @@ * @param config

* @param {Object} req - incoming http request (for SSR)
* @link https://github.com/reactivestack/cookies/tree/master/packages/universal-cookie|universal-cookie
* @see https://github.com/reactivestack/cookies/tree/master/packages/universal-cookie universal-cookie
* @description Creates universal-cookie instance using request (default is window.document.cookie) and returns {@link useCookies} function with provided universal-cookie instance

@@ -212,3 +212,3 @@ */

*
* @link https://vueuse.org/useFocusTrap
* @see https://vueuse.org/useFocusTrap
* @param target The target element to trap focus within

@@ -269,3 +269,3 @@ * @param options Focus trap options

*
* @link https://vueuse.org/useJwt
* @see https://vueuse.org/useJwt
* @param jwt

@@ -296,3 +296,3 @@ */

*
* @link https://vueuse.org/useNProgress
* @see https://vueuse.org/useNProgress
* @param currentProgress

@@ -336,3 +336,3 @@ * @param options

*
* @link https://vueuse.org/useQRCode
* @see https://vueuse.org/useQRCode
* @param text

@@ -339,0 +339,0 @@ * @param options

@@ -29,3 +29,3 @@ import * as vue_demi from 'vue-demi';

* @param {Object} req - incoming http request (for SSR)
* @link https://github.com/reactivestack/cookies/tree/master/packages/universal-cookie|universal-cookie
* @see https://github.com/reactivestack/cookies/tree/master/packages/universal-cookie universal-cookie
* @description Creates universal-cookie instance using request (default is window.document.cookie) and returns {@link useCookies} function with provided universal-cookie instance

@@ -94,3 +94,3 @@ */

*
* @link https://github.com/focus-trap/focus-trap#trapactivateactivateoptions
* @see https://github.com/focus-trap/focus-trap#trapactivateactivateoptions
* @param opts Activate focus trap options

@@ -102,3 +102,3 @@ */

*
* @link https://github.com/focus-trap/focus-trap#trapdeactivatedeactivateoptions
* @see https://github.com/focus-trap/focus-trap#trapdeactivatedeactivateoptions
* @param opts Deactivate focus trap options

@@ -110,3 +110,3 @@ */

*
* @link https://github.com/focus-trap/focus-trap#trappause
* @see https://github.com/focus-trap/focus-trap#trappause
*/

@@ -117,3 +117,3 @@ pause: Fn;

*
* @link https://github.com/focus-trap/focus-trap#trapunpause
* @see https://github.com/focus-trap/focus-trap#trapunpause
*/

@@ -125,3 +125,3 @@ unpause: Fn;

*
* @link https://vueuse.org/useFocusTrap
* @see https://vueuse.org/useFocusTrap
* @param target The target element to trap focus within

@@ -152,3 +152,3 @@ * @param options Focus trap options

*
* @link https://vueuse.org/useJwt
* @see https://vueuse.org/useJwt
* @param jwt

@@ -161,3 +161,3 @@ */

*
* @link https://vueuse.org/useNProgress
* @see https://vueuse.org/useNProgress
* @param currentProgress

@@ -177,3 +177,3 @@ * @param options

*
* @link https://vueuse.org/useQRCode
* @see https://vueuse.org/useQRCode
* @param text

@@ -180,0 +180,0 @@ * @param options

@@ -13,3 +13,3 @@ import { shallowRef, ref, unref, watch, computed, isRef, watchEffect } from 'vue-demi';

*
* @link https://vueuse.org/useAxios
* @see https://vueuse.org/useAxios
* @param url

@@ -77,3 +77,3 @@ * @param config

* @param {Object} req - incoming http request (for SSR)
* @link https://github.com/reactivestack/cookies/tree/master/packages/universal-cookie|universal-cookie
* @see https://github.com/reactivestack/cookies/tree/master/packages/universal-cookie universal-cookie
* @description Creates universal-cookie instance using request (default is window.document.cookie) and returns {@link useCookies} function with provided universal-cookie instance

@@ -200,3 +200,3 @@ */

*
* @link https://vueuse.org/useFocusTrap
* @see https://vueuse.org/useFocusTrap
* @param target The target element to trap focus within

@@ -257,3 +257,3 @@ * @param options Focus trap options

*
* @link https://vueuse.org/useJwt
* @see https://vueuse.org/useJwt
* @param jwt

@@ -284,3 +284,3 @@ */

*
* @link https://vueuse.org/useNProgress
* @see https://vueuse.org/useNProgress
* @param currentProgress

@@ -324,3 +324,3 @@ * @param options

*
* @link https://vueuse.org/useQRCode
* @see https://vueuse.org/useQRCode
* @param text

@@ -327,0 +327,0 @@ * @param options

@@ -76,3 +76,3 @@ ;(function (window) {

*
* @link https://vueuse.org/useAxios
* @see https://vueuse.org/useAxios
* @param url

@@ -140,3 +140,3 @@ * @param config

* @param {Object} req - incoming http request (for SSR)
* @link https://github.com/reactivestack/cookies/tree/master/packages/universal-cookie|universal-cookie
* @see https://github.com/reactivestack/cookies/tree/master/packages/universal-cookie universal-cookie
* @description Creates universal-cookie instance using request (default is window.document.cookie) and returns {@link useCookies} function with provided universal-cookie instance

@@ -263,3 +263,3 @@ */

*
* @link https://vueuse.org/useFocusTrap
* @see https://vueuse.org/useFocusTrap
* @param target The target element to trap focus within

@@ -320,3 +320,3 @@ * @param options Focus trap options

*
* @link https://vueuse.org/useJwt
* @see https://vueuse.org/useJwt
* @param jwt

@@ -347,3 +347,3 @@ */

*
* @link https://vueuse.org/useNProgress
* @see https://vueuse.org/useNProgress
* @param currentProgress

@@ -387,3 +387,3 @@ * @param options

*
* @link https://vueuse.org/useQRCode
* @see https://vueuse.org/useQRCode
* @param text

@@ -390,0 +390,0 @@ * @param options

{
"name": "@vueuse/integrations",
"version": "4.9.0",
"version": "4.9.1",
"description": "Integration wrappers for utility libraries",

@@ -38,4 +38,4 @@ "keywords": [

"dependencies": {
"@vueuse/shared": "4.9.0",
"vue-demi": "latest"
"@vueuse/shared": "4.9.1",
"vue-demi": "*"
},

@@ -42,0 +42,0 @@ "optionalDependencies": {

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