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.2.2 to 1.2.3

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

### [1.2.3](https://github.com/attojs/vue-request/compare/v1.2.2...v1.2.3) (2021-10-12)
### Bug Fixes
- Fix incorrect import path [#71](https://github.com/attojs/vue-request/issues/71) ([#72](https://github.com/attojs/vue-request/issues/72)) ([2926510](https://github.com/attojs/vue-request/commit/2926510db896205bdaf597bb5b28d8c9efcbffdd))
### [1.2.2](https://github.com/attojs/vue-request/compare/v1.2.1...v1.2.2) (2021-10-06)

@@ -7,0 +13,0 @@

@@ -5,2 +5,8 @@ # Changelog

### [1.2.3](https://github.com/attojs/vue-request/compare/v1.2.2...v1.2.3) (2021-10-12)
### Bug Fixes
- 修复错误的 import 路径 [#71](https://github.com/attojs/vue-request/issues/71) ([#72](https://github.com/attojs/vue-request/issues/72)) ([2926510](https://github.com/attojs/vue-request/commit/2926510db896205bdaf597bb5b28d8c9efcbffdd))
### [1.2.2](https://github.com/attojs/vue-request/compare/v1.2.1...v1.2.2) (2021-10-06)

@@ -7,0 +13,0 @@

4

dist/types/core/types.d.ts

@@ -1,4 +0,4 @@

import type { LoadMoreExtendsOption } from 'src/useLoadMore';
import type { PaginationExtendsOption } from 'src/usePagination';
import type { Ref, WatchSource } from 'vue';
import type { LoadMoreExtendsOption } from '../useLoadMore';
import type { PaginationExtendsOption } from '../usePagination';
import type { UnWrapRefObject } from './utils/types';

@@ -5,0 +5,0 @@ export interface BaseResult<R, P extends unknown[]> extends QueryState<R, P> {

{
"name": "vue-request",
"version": "1.2.2",
"version": "1.2.3",
"description": "Vue 3 composition API for data fetching, supports SWR, polling, error retry, cache request, pagination and other cool features.",

@@ -5,0 +5,0 @@ "keywords": [

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