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

@pdf-lib/fontkit

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pdf-lib/fontkit - npm Package Compare versions

Comparing version 0.0.4 to 1.0.0-rc1

42

package.json
{
"name": "@pdf-lib/fontkit",
"version": "0.0.4",
"version": "1.0.0-rc1",
"description": "An advanced font engine for Node and the browser",

@@ -19,12 +19,2 @@ "main": "dist/fontkit.umd.js",

"devDependencies": {
"@pdf-lib/brotli": "^0.0.0",
"@pdf-lib/restructure": "^0.0.1",
"@pdf-lib/unicode-properties": "^0.0.1",
"base64-arraybuffer": "^0.1.5",
"clone": "^1.0.1",
"deep-equal": "^1.0.0",
"dfa": "^1.0.0",
"iconv-lite": "^0.4.13",
"tiny-inflate": "^1.0.2",
"unicode-trie": "^0.3.0",
"@babel/cli": "^7.2.0",

@@ -37,20 +27,32 @@ "@babel/core": "^7.2.2",

"@babel/register": "^7.0.0",
"@pdf-lib/brotli": "^0.0.0",
"@pdf-lib/restructure": "^0.0.1",
"@pdf-lib/unicode-properties": "^0.0.1",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-inject": "^4.0.2",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^7.1.3",
"babel-plugin-istanbul": "^4.1.3",
"base64-arraybuffer": "^0.1.5",
"buffer": "^5.6.0",
"clone": "^1.0.1",
"codepoints": "^1.2.0",
"concat-stream": "^1.4.6",
"deep-equal": "^1.0.0",
"dfa": "^1.0.0",
"esdoc": "^0.4.8",
"esdoc-es7-plugin": "0.0.3",
"iconv-lite": "^0.4.13",
"mocha": "^2.0.1",
"nyc": "^10.3.2",
"rollup": "^0.68.0",
"rollup-plugin-analyzer": "^2.1.0",
"rollup-plugin-babel": "^4.1.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup": "^2.10.2",
"rollup-plugin-analyzer": "^3.2.3",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-terser": "^3.0.0",
"rollup-plugin-visualizer": "^0.9.2",
"shelljs": "^0.8.3"
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-visualizer": "^4.0.4",
"shelljs": "^0.8.3",
"tiny-inflate": "^1.0.2",
"unicode-trie": "^0.3.0"
},

@@ -57,0 +59,0 @@ "repository": {

@@ -105,3 +105,3 @@ # Purpose of this Fork

When using a UMD build, you will have access to a global `window.UnicodeProperties` variable. This variable contains the object exported by `@pdf-lib/unicode-properties`. For example:
When using a UMD build, you will have access to a global `window.fontkit` variable. This variable contains the object exported by `@pdf-lib/fontkit`. For example:

@@ -108,0 +108,0 @@ ```javascript

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

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

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

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

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