Comparing version 10.1.4 to 10.1.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [10.1.5](https://github.com/wopian/kitsu/compare/v10.1.4...v10.1.5) (2024-03-30) | ||
### Bug Fixes | ||
* **kitsu:** update dependency axios to v0.28.1 to address CVE-2023-45857 ([#964](https://github.com/wopian/kitsu/issues/964)) ([ac23118](https://github.com/wopian/kitsu/commit/ac2311858c29afa9c31f9fe6a68474a6edf853c7)) | ||
## [10.1.4](https://github.com/wopian/kitsu/compare/v10.1.2...v10.1.4) (2024-03-14) | ||
@@ -8,0 +19,0 @@ |
@@ -32,2 +32,5 @@ 'use strict'; | ||
}, | ||
paramsSerializer: { | ||
serialize: p => this.query(p) | ||
}, | ||
...options.axiosOptions | ||
@@ -63,3 +66,2 @@ }); | ||
params, | ||
paramsSerializer: p => this.query(p), | ||
...config.axiosOptions | ||
@@ -103,3 +105,2 @@ }); | ||
params, | ||
paramsSerializer: p => this.query(p), | ||
...config.axiosOptions | ||
@@ -141,3 +142,2 @@ }); | ||
params, | ||
paramsSerializer: p => this.query(p), | ||
...config.axiosOptions | ||
@@ -193,3 +193,2 @@ }); | ||
params, | ||
paramsSerializer: p => this.query(p), | ||
...config.axiosOptions | ||
@@ -273,3 +272,2 @@ }); | ||
params, | ||
paramsSerializer: p => this.query(p), | ||
...axiosOptions | ||
@@ -276,0 +274,0 @@ }); |
{ | ||
"version": "10.1.4", | ||
"version": "10.1.5", | ||
"name": "kitsu", | ||
@@ -52,4 +52,4 @@ "description": "A simple, lightweight & framework agnostic JSON:API client using Axios", | ||
"dependencies": { | ||
"axios": "^0.27.0", | ||
"kitsu-core": "^10.1.4", | ||
"axios": "^0.28.1", | ||
"kitsu-core": "^10.1.5", | ||
"pluralize": "^8.0.0" | ||
@@ -60,3 +60,3 @@ }, | ||
"path": "./dist/index.js", | ||
"limit": "13 kb", | ||
"limit": "14 kb", | ||
"brotli": true | ||
@@ -66,3 +66,3 @@ }, | ||
"path": "./dist/index.mjs", | ||
"limit": "13 kb", | ||
"limit": "14 kb", | ||
"brotli": true | ||
@@ -69,0 +69,0 @@ } |
@@ -244,3 +244,3 @@ <h1 align=center>Kitsu</h1> | ||
[packages/kitsu/src/index.js:31-536](https://github.com/wopian/kitsu/blob/81ff55cf5df30778492849d174740884b6cd6e58/packages/kitsu/src/index.js#L31-L536 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:31-532](https://github.com/wopian/kitsu/blob/ac2311858c29afa9c31f9fe6a68474a6edf853c7/packages/kitsu/src/index.js#L31-L532 "Source code on GitHub") | ||
@@ -291,3 +291,3 @@ Creates a new `kitsu` instance | ||
[packages/kitsu/src/index.js:58-59](https://github.com/wopian/kitsu/blob/81ff55cf5df30778492849d174740884b6cd6e58/packages/kitsu/src/index.js#L58-L59 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:58-59](https://github.com/wopian/kitsu/blob/ac2311858c29afa9c31f9fe6a68474a6edf853c7/packages/kitsu/src/index.js#L58-L59 "Source code on GitHub") | ||
@@ -311,3 +311,3 @@ * **See**: <https://www.npmjs.com/package/pluralize> for documentation | ||
[packages/kitsu/src/index.js:73-73](https://github.com/wopian/kitsu/blob/81ff55cf5df30778492849d174740884b6cd6e58/packages/kitsu/src/index.js#L73-L73 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:73-73](https://github.com/wopian/kitsu/blob/ac2311858c29afa9c31f9fe6a68474a6edf853c7/packages/kitsu/src/index.js#L73-L73 "Source code on GitHub") | ||
@@ -340,3 +340,3 @@ Get the current headers or add additional headers | ||
[packages/kitsu/src/index.js:119-119](https://github.com/wopian/kitsu/blob/81ff55cf5df30778492849d174740884b6cd6e58/packages/kitsu/src/index.js#L119-L119 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:120-120](https://github.com/wopian/kitsu/blob/ac2311858c29afa9c31f9fe6a68474a6edf853c7/packages/kitsu/src/index.js#L120-L120 "Source code on GitHub") | ||
@@ -388,3 +388,3 @@ * **See**: <https://github.com/axios/axios#interceptors> for documentation | ||
[packages/kitsu/src/index.js:217-246](https://github.com/wopian/kitsu/blob/81ff55cf5df30778492849d174740884b6cd6e58/packages/kitsu/src/index.js#L217-L246 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:218-246](https://github.com/wopian/kitsu/blob/ac2311858c29afa9c31f9fe6a68474a6edf853c7/packages/kitsu/src/index.js#L218-L246 "Source code on GitHub") | ||
@@ -526,3 +526,3 @@ Fetch resources (alias `fetch`) | ||
[packages/kitsu/src/index.js:282-310](https://github.com/wopian/kitsu/blob/81ff55cf5df30778492849d174740884b6cd6e58/packages/kitsu/src/index.js#L282-L310 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:282-309](https://github.com/wopian/kitsu/blob/ac2311858c29afa9c31f9fe6a68474a6edf853c7/packages/kitsu/src/index.js#L282-L309 "Source code on GitHub") | ||
@@ -589,3 +589,3 @@ Update a resource (alias `update`) | ||
[packages/kitsu/src/index.js:345-371](https://github.com/wopian/kitsu/blob/81ff55cf5df30778492849d174740884b6cd6e58/packages/kitsu/src/index.js#L345-L371 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:344-369](https://github.com/wopian/kitsu/blob/ac2311858c29afa9c31f9fe6a68474a6edf853c7/packages/kitsu/src/index.js#L344-L369 "Source code on GitHub") | ||
@@ -639,3 +639,3 @@ Create a new resource (alias `create`) | ||
[packages/kitsu/src/index.js:391-425](https://github.com/wopian/kitsu/blob/81ff55cf5df30778492849d174740884b6cd6e58/packages/kitsu/src/index.js#L391-L425 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:389-422](https://github.com/wopian/kitsu/blob/ac2311858c29afa9c31f9fe6a68474a6edf853c7/packages/kitsu/src/index.js#L389-L422 "Source code on GitHub") | ||
@@ -678,3 +678,3 @@ Remove a resource (alias `remove`) | ||
[packages/kitsu/src/index.js:449-458](https://github.com/wopian/kitsu/blob/81ff55cf5df30778492849d174740884b6cd6e58/packages/kitsu/src/index.js#L449-L458 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:446-455](https://github.com/wopian/kitsu/blob/ac2311858c29afa9c31f9fe6a68474a6edf853c7/packages/kitsu/src/index.js#L446-L455 "Source code on GitHub") | ||
@@ -717,3 +717,3 @@ Get the authenticated user's data | ||
[packages/kitsu/src/index.js:513-535](https://github.com/wopian/kitsu/blob/81ff55cf5df30778492849d174740884b6cd6e58/packages/kitsu/src/index.js#L513-L535 "Source code on GitHub") | ||
[packages/kitsu/src/index.js:510-531](https://github.com/wopian/kitsu/blob/ac2311858c29afa9c31f9fe6a68474a6edf853c7/packages/kitsu/src/index.js#L510-L531 "Source code on GitHub") | ||
@@ -720,0 +720,0 @@ Send arbitrary requests |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89272
969
+ Addedaxios@0.28.1(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
- Removedaxios@0.27.2(transitive)
Updatedaxios@^0.28.1
Updatedkitsu-core@^10.1.5