Socket
Socket
Sign inDemoInstall

pdfreader

Package Overview
Dependencies
158
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

.github/workflows/nodejs.yml

11

package.json
{
"name": "pdfreader",
"version": "1.0.4",
"version": "1.0.5",
"description": "Read text and parse tables from PDF files. Supports tabular data with automatic column detection, and rule-based parsing.",

@@ -17,3 +17,4 @@ "main": "index.js",

"test:functional": "npm run -s test:sample && npm run -s test:regression && npm run -s test:diff",
"test": "npm run -s prettier:check && npm run -s test:functional && npm run -s test:print:result"
"test": "npm run -s prettier:check && npm run -s test:functional && npm run -s test:print:result",
"lint": "eslint app"
},

@@ -50,2 +51,3 @@ "repository": {

"@semantic-release/git": "^7.0.8",
"eslint": "^5.12.0",
"eslint-config-prettier": "^3.3.0",

@@ -55,3 +57,8 @@ "eslint-plugin-prettier": "^3.0.0",

"semantic-release": "^15.13.12"
},
"peerDependencies": {
"eslint": "^5.12.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.0.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc