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

chat-pdf-node

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chat-pdf-node - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

8

dist/index.js
"use strict";
// eslint-disable-next-line @typescript-eslint/no-require-imports
const ChatWithPdf = require('./chat-with-pdf');
module.exports = { ChatWithPdf };
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChatWithPdf = void 0;
const chat_with_pdf_1 = require("./chat-with-pdf");
Object.defineProperty(exports, "ChatWithPdf", { enumerable: true, get: function () { return chat_with_pdf_1.ChatWithPdf; } });
module.exports = { ChatWithPdf: chat_with_pdf_1.ChatWithPdf };
//# sourceMappingURL=index.js.map

@@ -1,1 +0,2 @@

declare const ChatWithPdf: any;
import { ChatWithPdf } from './chat-with-pdf';
export { ChatWithPdf };
{
"name": "chat-pdf-node",
"version": "1.1.2",
"version": "1.1.3",
"description": "chat with any pdf",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"types": "dist/index.d.ts",
"scripts": {

@@ -8,0 +8,0 @@ "start": "node ./dist/index.js",

@@ -1,3 +0,5 @@

// eslint-disable-next-line @typescript-eslint/no-require-imports
const ChatWithPdf = require('./chat-with-pdf');
import { ChatWithPdf } from './chat-with-pdf';
export { ChatWithPdf };
module.exports = { ChatWithPdf };

Sorry, the diff of this file is not supported yet

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