@oasislabs/gateway
Advanced tools
Comparing version 1.0.0-rc.24 to 1.0.0-rc.25
@@ -0,1 +1,2 @@ | ||
import { Method } from 'axios'; | ||
/** | ||
@@ -24,3 +25,3 @@ * HttpHeaders that can be sent on an http request | ||
export declare class AxiosClient implements HttpClient { | ||
request(method: string, url: string, data: Record<string, any>, httpHeaders: HttpHeaders): Promise<any>; | ||
request(method: Method, url: string, data: Record<string, any>, httpHeaders: HttpHeaders): Promise<any>; | ||
} |
{ | ||
"name": "@oasislabs/gateway", | ||
"version": "1.0.0-rc.24", | ||
"version": "1.0.0-rc.25", | ||
"description": "Oasis Gateway implementation used as the client backend", | ||
@@ -47,6 +47,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@oasislabs/common": "^1.0.0-rc.14", | ||
"@oasislabs/service": "^1.0.0-rc.21", | ||
"@oasislabs/common": "^1.0.0-rc.15", | ||
"@oasislabs/service": "^1.0.0-rc.22", | ||
"@types/uuid": "^3.4.5", | ||
"axios": "^0.18.0" | ||
"axios": "^0.19.0" | ||
}, | ||
@@ -57,3 +57,3 @@ "browser": { | ||
}, | ||
"gitHead": "415033435cc967ea7b1971dccb5a1672df3846fe" | ||
"gitHead": "53adfcf3a8645e9be6c24e4ee95151ab6b11d59e" | ||
} |
@@ -1,2 +0,2 @@ | ||
import axios from 'axios'; | ||
import axios, { Method } from 'axios'; | ||
@@ -35,3 +35,3 @@ /** | ||
public request( | ||
method: string, | ||
method: Method, | ||
url: string, | ||
@@ -38,0 +38,0 @@ data: Record<string, any>, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
6676870
64451
38
20
5
+ Addedaxios@0.19.2(transitive)
- Removedaxios@0.18.1(transitive)
- Removedis-buffer@2.0.5(transitive)
Updatedaxios@^0.19.0