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.3.1 to 1.4.0

7

CHANGELOG.md

@@ -1,2 +0,2 @@

## [1.3.1](https://github.com/doczilla-app/doczilla-node/compare/v1.3.0...v1.3.1) (2024-01-31)
# [1.4.0](https://github.com/doczilla-app/doczilla-node/compare/v1.3.1...v1.4.0) (2024-02-29)

@@ -12,2 +12,3 @@

* Added `page.htmlTemplate` support ([f1fd96c](https://github.com/doczilla-app/doczilla-node/commit/f1fd96c0f42b5a405111130ddec26d79ede782a1))
* Added support for PDF `tagged` option ([8d0c993](https://github.com/doczilla-app/doczilla-node/commit/8d0c9930cdf0fc1d9f412d14f1f352ea93d34ce0))

@@ -34,5 +35,1 @@

## [1.0.7](https://github.com/doczilla-app/doczilla-node/compare/v1.0.6...v1.0.7) (2023-12-21)

@@ -72,2 +72,7 @@ import type { PDFMargin } from './PDFMargin';

omitBackground?: boolean;
/**
* Generate tagged (accessible) PDF.
* This is experimental and will increase the size of the PDF.
*/
tagged?: boolean;
};

@@ -74,0 +79,0 @@ export declare namespace PdfOptions {

@@ -72,2 +72,7 @@ import type { PDFMargin } from './PDFMargin';

omitBackground?: boolean;
/**
* Generate tagged (accessible) PDF.
* This is experimental and will increase the size of the PDF.
*/
tagged?: boolean;
};

@@ -74,0 +79,0 @@ export declare namespace PdfOptions {

@@ -1,1 +0,1 @@

{"name":"@doczilla/node","version":"1.3.1","description":"Doczilla API wrapper","keywords":["doczilla","puppeteer","html2pdf","html2image","api","chrome","headless"],"homepage":"https://github.com/doczilla-app/doczilla-node","bugs":{"url":"https://github.com/doczilla-app/doczilla-node/issues"},"repository":{"type":"git","url":"https://github.com/doczilla-app/doczilla-node.git"},"license":"MIT","author":{"name":"Doczilla","email":"hello@doczilla.app","url":"https://doczilla.app"},"main":"./dist/index.js","module":"./dist/esm/index.js","scripts":{"build":"tsc && tsc -p tsconfig.esm.json","generate:sdk":"node ./generate-models.js && yarn build","lint":"eslint --ext .ts .","test":"jest"},"dependencies":{"axios":"^1.6.7"},"devDependencies":{"@jest/globals":"^29.7.0","@types/jest":"^29.5.11","@types/node":"^20.11.10","@typescript-eslint/eslint-plugin":"^6.20.0","@typescript-eslint/parser":"^6.20.0","axios-mock-adapter":"^1.22.0","eslint":"8.56.0","eslint-plugin-import":"2.29.1","eslint-plugin-simple-import-sort":"^10.0.0","jest":"^29.7.0","openapi-typescript-codegen":"^0.27.0","ts-jest":"^29.1.2","typescript":"^5.3"},"packageManager":"yarn@4.0.2","engines":{"node":">=18.*"}}
{"name":"@doczilla/node","version":"1.4.0","description":"Doczilla API wrapper","keywords":["doczilla","puppeteer","html2pdf","html2image","api","chrome","headless"],"homepage":"https://github.com/doczilla-app/doczilla-node","bugs":{"url":"https://github.com/doczilla-app/doczilla-node/issues"},"repository":{"type":"git","url":"https://github.com/doczilla-app/doczilla-node.git"},"license":"MIT","author":{"name":"Doczilla","email":"hello@doczilla.app","url":"https://doczilla.app"},"main":"./dist/index.js","module":"./dist/esm/index.js","scripts":{"build":"tsc && tsc -p tsconfig.esm.json","generate:sdk":"node ./generate-models.js && yarn build","lint":"eslint --ext .ts .","test":"jest"},"dependencies":{"axios":"^1.6.7"},"devDependencies":{"@jest/globals":"^29.7.0","@types/jest":"^29.5.11","@types/node":"^20.11.10","@typescript-eslint/eslint-plugin":"^6.20.0","@typescript-eslint/parser":"^6.20.0","axios-mock-adapter":"^1.22.0","eslint":"8.56.0","eslint-plugin-import":"2.29.1","eslint-plugin-simple-import-sort":"^10.0.0","jest":"^29.7.0","openapi-typescript-codegen":"^0.27.0","ts-jest":"^29.1.2","typescript":"^5.3"},"packageManager":"yarn@4.0.2","engines":{"node":">=18.*"}}

@@ -76,2 +76,7 @@ /* generated using openapi-typescript-codegen -- do no edit */

omitBackground?: boolean;
/**
* Generate tagged (accessible) PDF.
* This is experimental and will increase the size of the PDF.
*/
tagged?: boolean;
};

@@ -78,0 +83,0 @@ export namespace PdfOptions {

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