html-to-base64-image 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of html-to-base64-image might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +27 -26
package/package.json CHANGED
@@ -1,27 +1,28 @@
1
1
  {
2
- "name": "html-to-base64-image",
3
- "description": "Html to base64 Image",
4
- "version": "1.0.1",
5
- "main": "index.js",
6
- "repository": "git@github.com:thangved/html-to-base64-image.git",
7
- "author": "thangved <thangved02@gmail.com>",
8
- "scripts": {
9
- "test": "node ./test/index.test.js"
10
- },
11
- "dependencies": {
12
- "fs": "^0.0.1-security",
13
- "node-html-to-image": "^3.2.4"
14
- },
15
- "license": "MIT",
16
- "devDependencies": {
17
- "eslint": "^8.16.0"
18
- },
19
- "keywords": [
20
- "nodejs",
21
- "html",
22
- "base64",
23
- "image",
24
- "html to image",
25
- "thangved"
26
- ]
27
- }
2
+ "name": "html-to-base64-image",
3
+ "description": "Html to base64 Image",
4
+ "version": "1.0.2",
5
+ "main": "index.js",
6
+ "repository": "git@github.com:thangved/html-to-base64-image.git",
7
+ "author": "thangved <thangved02@gmail.com>",
8
+ "scripts": {
9
+ "test": "node ./test/index.test.js",
10
+ "postInstall": "node bundle.js"
11
+ },
12
+ "dependencies": {
13
+ "fs": "^0.0.1-security",
14
+ "node-html-to-image": "^3.2.4"
15
+ },
16
+ "license": "MIT",
17
+ "devDependencies": {
18
+ "eslint": "^8.16.0"
19
+ },
20
+ "keywords": [
21
+ "nodejs",
22
+ "html",
23
+ "base64",
24
+ "image",
25
+ "html to image",
26
+ "thangved"
27
+ ]
28
+ }