@apideck/node
Advanced tools
Comparing version 1.0.0-beta.22 to 1.0.0-beta.23
{ | ||
"name": "@apideck/node", | ||
"version": "1.0.0-beta.22", | ||
"version": "1.0.0-beta.23", | ||
"description": "Apideck Node.js SDK", | ||
@@ -34,3 +34,4 @@ "keywords": [ | ||
"test": "tsdx test --passWithNoTests", | ||
"prepare": "tsdx build --target node" | ||
"prepare": "tsdx build --target node", | ||
"postinstall": "patch-package" | ||
}, | ||
@@ -45,3 +46,3 @@ "husky": { | ||
"dependencies": { | ||
"node-fetch": "^2.6.1" | ||
"node-fetch": "2.6.5" | ||
}, | ||
@@ -57,2 +58,3 @@ "devDependencies": { | ||
"nock": "^13.1.1", | ||
"patch-package": "^6.4.7", | ||
"prettier": "^2.2.1", | ||
@@ -59,0 +61,0 @@ "tsdx": "^0.14.1", |
@@ -31,3 +31,3 @@ import fetch from 'node-fetch' | ||
const configuration = new Configuration({ | ||
fetchApi: (url, options) => (fetch as any)(url, { ...options, highWaterMark: 10_000_000 }), | ||
fetchApi: fetch as any, | ||
basePath: config.basePath, | ||
@@ -34,0 +34,0 @@ apiKey: `Bearer ${config.apiKey}`, |
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
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
5138966
13
60879
1
+ Addednode-fetch@2.6.5(transitive)
- Removednode-fetch@2.7.0(transitive)
Updatednode-fetch@2.6.5