Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@signpdf/utils
Advanced tools
Used by the other @signpdf
packages internally. Additionally, needed for PAdES compliant signatures"
import { plainAddPlaceholder } from '@signpdf/placeholder-plain';
import { SUBFILTER_ETSI_CADES_DETACHED } from '@signpdf/utils';
const pdfToSign = plainAddPlaceholder({
...,
subFilter: SUBFILTER_ETSI_CADES_DETACHED,
});
[3.2.0]
[utils] Introduced convertBuffer()
to allow inputs as Buffer
, Uint8Array
or string
;
[utils] The Signer
abstract class accepts an optional signingTime
;
[utils] removeTrailingNewLine
would works for files with \r
, \n
or \r\n
;
[signpdf] Accepts Buffer
, Uint8Array
or string
as input;
[signer-p12] Accepts Buffer
, Uint8Array
or string
as input;
[signer-p12] Respects signingTime
as abstracted in Signer
;
[placeholder-pdf-lib] Accepts either a PDFDoc
or a PDFPage
to allow adding the placeholder to a specific page rather than always the first one;
[placeholder-pdf-lib] Accepts signingTime
;
[placeholder-pdf-lib] Includes an AP
appearance stream for PDF/A compliance;
[placeholder-pdf-lib] Accepts appName
and includes it in Prop_Build
to allow describing the signing application;
[placeholder-pdf-lib] Does not require {useObjectStreams: false}
;
[placeholder-pdfkit] Accepts signingTime
;
[placeholder-pdfkit] Accepts appName
and includes it in Prop_Build
to allow describing the signing application;
[placeholder-pdfkit010] Accepts signingTime
;
[placeholder-pdfkit010] Accepts appName
and includes it in Prop_Build
to allow describing the signing application;
[placeholder-plain] Accepts signingTime
;
[placeholder-plain] Accepts appName
and includes it in Prop_Build
to allow describing the signing application;
Bumped version of follow-redirects;
FAQs
Utilities for the @signpdf packages.
The npm package @signpdf/utils receives a total of 8,714 weekly downloads. As such, @signpdf/utils popularity was classified as popular.
We found that @signpdf/utils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.