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

@apideck/node

Package Overview
Dependencies
Maintainers
6
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apideck/node - npm Package Compare versions

Comparing version 1.0.0-beta.22 to 1.0.0-beta.23

8

package.json
{
"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

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