New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vtfk/document-definitions

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtfk/document-definitions - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

definitions/notatmal-en.js

6

package.json
{
"name": "@vtfk/document-definitions",
"version": "1.0.2",
"version": "1.0.3",
"description": "Node module for pdfmake document-definitions",

@@ -11,2 +11,3 @@ "main": "index.js",

"test": "standard && ava",
"test:coverage": "nyc --reporter=lcov ava",
"standard:fix": "standard --fix",

@@ -34,3 +35,4 @@ "refresh": "rm -rf node_modules && rm package-lock.json && npm i"

"devDependencies": {
"ava": "3.13.0",
"ava": "3.15.0",
"nyc": "15.1.0",
"standard": "16.0.3"

@@ -37,0 +39,0 @@ },

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

![Tests](https://github.com/vtfk/document-definitions/workflows/Run%20tests/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/vtfk/document-definitions/badge.svg?branch=main)](https://coveralls.io/github/vtfk/document-definitions?branch=main)
[![NPM](https://img.shields.io/npm/v/@vtfk/document-definitions.svg)](https://www.npmjs.com/package/@vtfk/document-definitions)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)

@@ -27,5 +30,6 @@

- [brevmal](./docs/brevmal.md)
- [notatmal](./docs/notatmal.md)
## License
[MIT](LICENSE)
[MIT](LICENSE)

@@ -41,2 +41,11 @@ const style = {

alignment: 'right'
},
noteTitle: {
fontFamily: 'Nunito Sans',
fontSize: 18,
bold: true
},
noteRecipient: {
fontFamily: 'Nunito Sans',
fontSize: 10
}

@@ -43,0 +52,0 @@ }

@@ -15,3 +15,3 @@ /**

bold: content.watermark.bold || false,
italic: content.watermark.italics || false,
italics: content.watermark.italic || false,
fontSize: content.watermark.fontSize || undefined,

@@ -18,0 +18,0 @@ font: content.watermark.font || 'Nunito'

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