Socket
Socket
Sign inDemoInstall

pdf-parse2

Package Overview
Dependencies
67
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

dist/cjs/index.d.ts

22

package.json
{
"name": "pdf-parse2",
"version": "1.0.1",
"version": "1.0.2",
"description": "A pure JavaScript, cross-platform module designed for extracting text from PDF files.",
"main": "dist/index.js",
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"exports": {
".": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
}
},
"scripts": {
"build": "tsc",
"build": "rollup -c",
"prepublishOnly": "npm run build"

@@ -15,3 +24,2 @@ },

},
"type": "module",
"keywords": [

@@ -47,4 +55,10 @@ "pdf-parse",

"devDependencies": {
"@babel/cli": "^7.23.9",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.11.27",
"@types/pdfjs-dist": "^2.10.378",
"rollup": "^4.13.0",
"rollup-plugin-commonjs": "^10.1.0",
"tslib": "^2.6.2",
"typescript": "^5.4.2"

@@ -51,0 +65,0 @@ },

dist/index.d.ts
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