New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@crit-tech/pdf2text

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crit-tech/pdf2text - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.github/workflows/main.yml

8

package.json
{
"name": "@crit-tech/pdf2text",
"version": "1.0.1",
"version": "1.0.2",
"description": "Extracts raw text from PDF (no OCR)",

@@ -10,3 +10,3 @@ "main": "dist/index.js",

"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "ts-node-esm index.spec.ts"
},

@@ -24,7 +24,9 @@ "repository": {

"devDependencies": {
"@types/node": "^20.4.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
},
"dependencies": {
"@crit-tech/pdf2json4electron": "^3.0.4"
"@crit-tech/pdf2json4electron": "^3.0.6"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc