+1
-1
| { | ||
| "name": "bdfparser", | ||
| "version": "2.2.4", | ||
| "version": "2.2.5", | ||
| "description": "BDF (Glyph Bitmap Distribution Format) Bitmap Font File Parser Library in JavaScript (TypeScript)", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
+7
-0
@@ -59,1 +59,8 @@ # BDF Parser TypeScript (JavaScript) library | ||
| ``` | ||
| If you are using **Deno** instead of Node.js, you don't need to install the package with npm/yarn, and you should replace `const { $Font } = require('bdfparser'); const getline = require('readlineiter')` by: | ||
| ```ts | ||
| import { $Font } from "https://raw.githubusercontent.com/tomchen/bdfparser-js/main/deno/mod.ts" | ||
| import readlineiter from 'https://raw.githubusercontent.com/tomchen/fetchline/main/packages/readlineiter-deno/mod.ts' | ||
| ``` |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
168390
0.26%66
11.86%