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

libqp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libqp - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

.github/FUNDING.yml

3

lib/libqp.js

@@ -5,3 +5,4 @@ /* eslint no-useless-escape: 0 */

const stream = require('stream');
const { Buffer } = require('node:buffer');
const stream = require('node:stream');
const Transform = stream.Transform;

@@ -8,0 +9,0 @@

{
"name": "libqp",
"version": "2.0.1",
"version": "2.1.0",
"description": "Encode and decode quoted-printable strings according to rfc2045",
"main": "lib/libqp.js",
"scripts": {
"test": "node --test test/"
"test": "node --test",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},
"repository": {
"type": "git",
"url": "git://github.com/andris9/libqp.git"
"url": "git://github.com/nodemailer/libqp.git"
},

@@ -20,9 +21,9 @@ "keywords": [

"bugs": {
"url": "https://github.com/andris9/libqp/issues"
"url": "https://github.com/nodemailer/libqp/issues"
},
"homepage": "https://github.com/andris9/libqp",
"homepage": "https://github.com/nodemailer/libqp",
"devDependencies": {
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.5.0"
"eslint-config-prettier": "9.1.0"
}
}
'use strict';
const { Buffer } = require('node:buffer');
const test = require('node:test');

@@ -4,0 +5,0 @@ const assert = require('node:assert').strict;

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