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

@syncfusion/ej2-pdf-export

Package Overview
Dependencies
Maintainers
3
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-pdf-export - npm Package Compare versions

Comparing version 19.2.60 to 19.3.43

dist/ts/implementation/actions/action.ts

2

.eslintrc.json

@@ -244,2 +244,2 @@ {

]
}
}
/*!
* filename: index.d.ts
* version : 19.2.60
* version : 19.3.43
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"_from": "@syncfusion/ej2-pdf-export@*",
"_id": "@syncfusion/ej2-pdf-export@19.2.56",
"_id": "@syncfusion/ej2-pdf-export@0.38.6",
"_inBundle": false,
"_integrity": "sha512-Lni0gsdRZgos5Djn+qYBhbmIVmw02XlnkXe+DGScnb4jiTNyyE5VaET8fzfJiuF01MXA26rI7TTXd+71sCWYEw==",
"_integrity": "sha512-EDRHS3Xqy7qD0lEotDEeEhgREGJ75uQqC8iZlKInt7m5Aivf/vXJDLJ6NwGZ5+cWnvjwhy2XkAamSslzC4yr+Q==",
"_location": "/@syncfusion/ej2-pdf-export",

@@ -31,4 +31,4 @@ "_phantomChildren": {},

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pdf-export/-/ej2-pdf-export-19.2.56.tgz",
"_shasum": "5d13f0f69f560b817b21f669f45a7c241a510c09",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-pdf-export/-/ej2-pdf-export-0.38.6.tgz",
"_shasum": "37d2a6ab8e4b2e691e96de8a39ef14e37fb71b2c",
"_spec": "@syncfusion/ej2-pdf-export@*",

@@ -39,14 +39,10 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",

},
"bugs": {
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues"
},
"bundleDependencies": false,
"dependencies": {
"@syncfusion/ej2-compression": "~19.2.60"
"@syncfusion/ej2-compression": "~19.3.43"
},
"deprecated": false,
"description": "Essential Javascript 2 PDF Library",
"description": "Syncfusion TypeScript Component",
"devDependencies": {},
"es2015": "./dist/es6/ej2-pdf-export.es2015.js",
"homepage": "https://github.com/syncfusion/ej2-javascript-ui-controls#readme",
"license": "SEE LICENSE IN license",

@@ -56,9 +52,5 @@ "main": "./dist/ej2-pdf-export.umd.min.js",

"name": "@syncfusion/ej2-pdf-export",
"repository": {
"type": "git",
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
},
"typings": "index.d.ts",
"version": "19.2.60",
"version": "19.3.43",
"sideEffects": false
}
# Overview
PDF is a modern JavaScript library used to create PDF documents.
It is written in TypeScript and has no external dependencies.
It is written in TypeScript and has no external dependencies.
## Key Features
The following list shows the key features available in PDF library.
* Creating PDF from scratch.
* Adding text.
* Rendering JPEG images.
* Drawing tables.
* Drawing lines and rectangles.

@@ -179,2 +179,3 @@ /**

* @param page The parent page.
* @param headers If true - return headers/footers, if false - return simple templates.
* @param foreground If true - return foreground templates, if false - return background templates.

@@ -181,0 +182,0 @@ * @returns Returns array of the document templates.

@@ -219,2 +219,3 @@ import { PdfPage } from './pdf-page';

* @param page The parent page.
* @param headers If true - return headers/footers, if false - return simple templates.
* @param foreground If true - return foreground templates, if false - return background templates.

@@ -221,0 +222,0 @@ * @returns Returns array of the document templates.

@@ -724,3 +724,3 @@ import { PdfGrid } from './pdf-grid';

// private setTransparency(graphics : PdfGraphics, pen : PdfPen) : void {
// let alpha : number = (pen.color.a / 255)as number;
// let alpha : number = (pen.color.a / 255) as number;
// graphics.save();

@@ -727,0 +727,0 @@ // graphics.setTransparency(alpha);

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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