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

@doczilla/node

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@doczilla/node - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

CHANGELOG.md

2

dist/esm/services/BaseService.js

@@ -29,3 +29,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

yield this.waitForRateLimit();
const axiosResponse = yield this.client.post('/v1/pdf', requestBody, config);
const axiosResponse = yield this.client.post(url, requestBody, config);
this.processRateLimit(new AxiosHeaders(axiosResponse.headers));

@@ -32,0 +32,0 @@ if (config.responseType === 'arraybuffer') {

@@ -32,3 +32,3 @@ "use strict";

yield this.waitForRateLimit();
const axiosResponse = yield this.client.post('/v1/pdf', requestBody, config);
const axiosResponse = yield this.client.post(url, requestBody, config);
this.processRateLimit(new axios_1.AxiosHeaders(axiosResponse.headers));

@@ -35,0 +35,0 @@ if (config.responseType === 'arraybuffer') {

{
"name": "@doczilla/node",
"version": "1.0.4",
"version": "1.0.5",
"description": "Doczilla API wrapper",

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

@@ -23,3 +23,3 @@ import { Axios, AxiosHeaders, AxiosRequestConfig, isAxiosError } from 'axios'

const axiosResponse = await this.client.post<T>('/v1/pdf', requestBody, config)
const axiosResponse = await this.client.post<T>(url, requestBody, config)
this.processRateLimit(new AxiosHeaders(axiosResponse.headers))

@@ -26,0 +26,0 @@

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