Socket
Socket
Sign inDemoInstall

pdf-generator-api

Package Overview
Dependencies
3
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0

2

index.js

@@ -9,3 +9,3 @@ const axios = require('axios');

{
this.baseUrl = 'https://pdfgeneratorapi.com/api/v3/';
this.baseUrl = 'https://us1.pdfgeneratorapi.com/api/v3/';
this.key = key;

@@ -12,0 +12,0 @@ this.secret = secret;

{
"name": "pdf-generator-api",
"version": "1.0.1",
"version": "1.1.0",
"description": "JavaScript module for pdfgeneratorapi.com",

@@ -5,0 +5,0 @@ "main": "index.js",

# JavaScript module for pdfgeneratorapi.com
[PDF Generator API](https://pdfgeneratorapi.com).
JavaScript module for [PDF Generator API](https://pdfgeneratorapi.com).

@@ -17,3 +17,3 @@ ### Install

);
Client.setBaseUrl('https://us1.pdfgeneratorapi.com/api/v3/');
Client.setWorkspace('{unique_workspace_identifier}');

@@ -20,0 +20,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc