@pdf-lib/fontkit
Advanced tools
Comparing version 0.0.4 to 1.0.0-rc1
{ | ||
"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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
77276
2
4294166
37