Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

muhammara

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

muhammara

Create, read and modify PDF files and streams. A drop in replacement for hummusjs PDF library

  • 3.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
35K
increased by3.14%
Maintainers
1
Weekly downloads
 
Created
Source

Welcome to MuhammaraJS

NPM version Build status

This is a drop in replacement for hummusJS originally made by Galkahana. He did an awesome job, but discontinued hummusjs.

The documentation for MuhammaraJS / HummusJS is still located at the hummusJS github wiki: available here

Welcome to HummusJS. A Fast NodeJS Module for Creating, Parsing an Manipulating PDF Files and Streams.

Original Project Project site is here.

If you are looking for a C++ Library go here.

Caution

Version 2.0 will be incompatible with some older node and electron versions because we needed to upgrade node-pre-gyp.

Version 3.x has breaking changes:

  • Node < 11 and Electron < 11 removed the prebuilts
  • Renamed typo exported value from eTokenSeprator to eTokenSeparator

This wont affect alot of you but still.

Installation

npm install muhammara

Replace hummusJS with MuhammaraJS

Replace:

let hummus = require('hummus')

With:

let muhammara = require('muhammara')

Documentation

You can find samples and documentation here

Keywords

FAQs

Package last updated on 24 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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