Comparing version 2.0.1 to 2.1.0
@@ -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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16938
11
312