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

pdfmake-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdfmake-wrapper - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

lib/definitions/style-definition.d.ts

@@ -15,3 +15,3 @@ import { ContentDefinition } from './content-definition';

linkToPage(page: number): T;
noWrap(noWrap: boolean): T;
noWrap(): T;
decoration(decoration: 'underline' | 'lineThrough' | 'overline'): T;

@@ -18,0 +18,0 @@ decorationStyle(decorationStyle: 'dashed' | 'dotted' | 'double' | 'wavy'): T;

@@ -68,4 +68,4 @@ var __extends = (this && this.__extends) || (function () {

};
StyleDefinition.prototype.noWrap = function (noWrap) {
this.content.noWrap = noWrap;
StyleDefinition.prototype.noWrap = function () {
this.content.noWrap = true;
return this;

@@ -72,0 +72,0 @@ };

{
"name": "pdfmake-wrapper",
"version": "1.0.5",
"version": "1.0.6",
"description": "Wrapper to pdfmake library",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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