Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-request

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-request - npm Package Compare versions

Comparing version 1.0.0-beta.10 to 1.0.0-beta.11

dist/types/useLoadMore.d.ts

9

CHANGELOG.md

@@ -5,13 +5,10 @@ # Changelog

## [1.0.0-beta.11](https://github.com/attojs/vue-request/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2021-03-03)
## [1.0.0-beta.10](https://github.com/attojs/vue-request/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2021-03-02)
### ⚠ BREAKING CHANGES
* `queries` changed from `shallowReactive` to `reactive`
- `queries` changed from `shallowReactive` to `reactive` ([8f940a4](https://github.com/attojs/vue-request/commit/8f940a4e8eece210d382c8fed00303b2ebe9d26f))
### Refactor
* `queries` changed from `shallowReactive` to `reactive` ([8f940a4](https://github.com/attojs/vue-request/commit/8f940a4e8eece210d382c8fed00303b2ebe9d26f))
## [1.0.0-beta.9](https://github.com/attojs/vue-request/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2021-02-26)

@@ -18,0 +15,0 @@

@@ -5,13 +5,10 @@ # Changelog

## [1.0.0-beta.11](https://github.com/attojs/vue-request/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2021-03-03)
## [1.0.0-beta.10](https://github.com/attojs/vue-request/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2021-03-02)
### ⚠ BREAKING CHANGES
* `queries` changed from `shallowReactive` to `reactive`
- `queries` 由 `shallowReactive` 对象,修改为 `reactive` 对象 ([8f940a4](https://github.com/attojs/vue-request/commit/8f940a4e8eece210d382c8fed00303b2ebe9d26f))
### Refactor
* `queries` changed from `shallowReactive` to `reactive` ([8f940a4](https://github.com/attojs/vue-request/commit/8f940a4e8eece210d382c8fed00303b2ebe9d26f))
## [1.0.0-beta.9](https://github.com/attojs/vue-request/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2021-02-26)

@@ -18,0 +15,0 @@

@@ -6,2 +6,3 @@ import { BaseOptions, FormatOptions } from './config';

run: (...arg: P) => InnerRunReturn<R>;
reset: () => void;
};

@@ -8,0 +9,0 @@ export declare type UnWrapState<R, P extends unknown[]> = UnWrapRefObject<InnerQueryState<R, P>>;

@@ -18,3 +18,3 @@ import { State } from '../createQuery';

export declare const setCache: <R, P extends unknown[]>(cacheKey: CacheKey, data: CacheDataType<R, P>, cacheTime: number) => void;
export declare const clearCache: () => void;
export declare const clearCache: (cacheKey?: string | undefined) => void;
export {};

@@ -5,1 +5,2 @@ export { setGlobalOptions } from './core/config';

export { default as usePagination } from './usePagination';
export { default as useLoadMore } from './useLoadMore';
{
"name": "vue-request",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "A request library for Vue 3",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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