You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@pdfme/common

Package Overview
Dependencies
Maintainers
1
Versions
536
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pdfme/common - npm Package Compare versions

Comparing version

to
5.4.2

2

dist/cjs/src/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PDFME_VERSION = void 0;
exports.PDFME_VERSION = '5.4.1';
exports.PDFME_VERSION = '5.4.2';
//# sourceMappingURL=version.js.map

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

export const PDFME_VERSION = '5.4.1';
export const PDFME_VERSION = '5.4.2';
//# sourceMappingURL=version.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PDFME_VERSION = void 0;
exports.PDFME_VERSION = '5.4.1';
exports.PDFME_VERSION = '5.4.2';
//# sourceMappingURL=version.js.map

@@ -51,2 +51,3 @@ import { z } from 'zod';

* @property {(key: keyof Dict | string) => string} i18n - An object merged based on the options 'lang' and 'labels'.
* @property {number} scale - The scale of the UI.
* @property {Map<string | number, unknown>} _cache - Cache shared only during the execution of the render function (useful for caching images, etc. if needed).

@@ -73,2 +74,3 @@ */

i18n: (key: string) => string;
scale: number;
_cache: Map<string | number, unknown>;

@@ -75,0 +77,0 @@ };

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

export declare const PDFME_VERSION = "5.4.1";
export declare const PDFME_VERSION = "5.4.2";
{
"name": "@pdfme/common",
"version": "5.4.1",
"version": "5.4.2",
"sideEffects": false,

@@ -5,0 +5,0 @@ "author": "hand-dot",

@@ -77,2 +77,3 @@ import { z } from 'zod';

* @property {(key: keyof Dict | string) => string} i18n - An object merged based on the options 'lang' and 'labels'.
* @property {number} scale - The scale of the UI.
* @property {Map<string | number, unknown>} _cache - Cache shared only during the execution of the render function (useful for caching images, etc. if needed).

@@ -93,2 +94,3 @@ */

i18n: (key: string) => string;
scale: number;
_cache: Map<string | number, unknown>;

@@ -95,0 +97,0 @@ };

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

export const PDFME_VERSION = '5.4.1';
export const PDFME_VERSION = '5.4.2';