New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vue-composable/core

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-composable/core - npm Package Compare versions

Comparing version 1.0.0-dev.4 to 1.0.0-dev.6

2

dist/core.cjs.js

@@ -26,2 +26,3 @@ 'use strict';

const NO_OP = () => { };
const FALSE_OP = () => false;
function promisedTimeout(timeout) {

@@ -374,2 +375,3 @@ return new Promise(res => {

exports.FALSE_OP = FALSE_OP;
exports.NO_OP = NO_OP;

@@ -376,0 +378,0 @@ exports.debounce = debounce;

@@ -26,2 +26,3 @@ 'use strict';

const NO_OP = () => { };
const FALSE_OP = () => false;
function promisedTimeout(timeout) {

@@ -362,2 +363,3 @@ return new Promise(res => {

exports.FALSE_OP = FALSE_OP;
exports.NO_OP = NO_OP;

@@ -364,0 +366,0 @@ exports.debounce = debounce;

@@ -23,2 +23,4 @@ import { Ref } from '@vue/composition-api';

export declare const FALSE_OP: () => boolean;
export declare const isArray: (arg: any) => arg is any[];

@@ -25,0 +27,0 @@

3

dist/core.esm-bundler.js

@@ -22,2 +22,3 @@ import { isRef, ref, computed, watch } from '@vue/composition-api';

const NO_OP = () => { };
const FALSE_OP = () => false;
function promisedTimeout(timeout) {

@@ -370,2 +371,2 @@ return new Promise(res => {

export { NO_OP, debounce, exponentialDelay, isArray, isBoolean, isDate, isElement, isFunction, isNumber, isObject, isPromise, isString, isSymbol, minMax, noDelay, promisedTimeout, unwrap, useArrayPagination, useCancellablePromise, useDebounce, usePagination, usePromise, useRetry, wrap };
export { FALSE_OP, NO_OP, debounce, exponentialDelay, isArray, isBoolean, isDate, isElement, isFunction, isNumber, isObject, isPromise, isString, isSymbol, minMax, noDelay, promisedTimeout, unwrap, useArrayPagination, useCancellablePromise, useDebounce, usePagination, usePromise, useRetry, wrap };

@@ -0,0 +0,0 @@ 'use strict'

{
"name": "@vue-composable/core",
"version": "1.0.0-dev.4",
"version": "1.0.0-dev.6",
"description": "@vue-composable/core",
"main": "index.js",
"module": "dist/core.esm-bundler.js",
"unpkg": "dist/core.global.js",
"files": [

@@ -18,4 +17,3 @@ "index.js",

"esm-bundler",
"cjs",
"global"
"cjs"
]

@@ -22,0 +20,0 @@ },

@@ -0,0 +0,0 @@ # @vue-composable/core

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