html-to-pdf-studio
Advanced tools
Comparing version 1.9.0 to 1.10.0
{ | ||
"name": "html-to-pdf-studio", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "Converting HTML template to PDF files", | ||
@@ -10,4 +10,3 @@ "main": "src/index.js", | ||
"linter": "run-p eslint", | ||
"eslint": "eslint . --fix", | ||
"prepublishOnly": "node ./scripts/npm-login.js" | ||
"eslint": "eslint . --fix" | ||
}, | ||
@@ -31,10 +30,10 @@ "repository": { | ||
"handlebars": "^4.1.2", | ||
"puppeteer": "^1.18.1" | ||
"puppeteer": "^1.19.0" | ||
}, | ||
"devDependencies": { | ||
"dotenv": "^8.0.0", | ||
"eslint": "^6.0.1", | ||
"eslint": "^6.1.0", | ||
"eslint-config-google": "^0.13.0", | ||
"eslint-plugin-markdown": "^1.0.0", | ||
"husky": "^3.0.0", | ||
"husky": "^3.0.3", | ||
"nodemon": "^1.19.1", | ||
@@ -41,0 +40,0 @@ "npm-cli-login": "^0.1.1", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
6155
8
51
Updatedpuppeteer@^1.19.0