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

@journeyapps/pdf-reports

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@journeyapps/pdf-reports - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

1

lib/s3.js

@@ -78,2 +78,3 @@ "use strict";

super();
this.s3Options = options.credentials;
this.bucket = options.bucket;

@@ -80,0 +81,0 @@ this.path = path;

2

package.json
{
"name": "@journeyapps/pdf-reports",
"version": "0.2.0",
"version": "0.3.0",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "repository": "https://github.com/journeyapps/pdf-reports",

@@ -80,2 +80,3 @@ import { generatePdf, PdfGeneratorOptions, PdfResult } from "./pdf";

super();
this.s3Options = options.credentials;
this.bucket = options.bucket;

@@ -82,0 +83,0 @@ this.path = path;

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