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 0.1.1 to 1.0.0

2

lib/libqp.js

@@ -129,4 +129,2 @@ 'use strict';

line = line.substr(0, line.length - (match[0].length - 1));
} else if (line.substr(-1) === '\r') {
line = line.substr(0, line.length - 1);
} else {

@@ -133,0 +131,0 @@ if (line.match(/\=[\da-f]{0,2}$/i)) {

10

package.json
{
"name": "libqp",
"version": "0.1.1",
"version": "1.0.0",
"description": "Encode and decode quoted-printable strings according to rfc2045",

@@ -24,7 +24,7 @@ "main": "lib/libqp.js",

"devDependencies": {
"chai": "~1.8.1",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-mocha-test": "~0.10.0"
"chai": "~2.2.0",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.1",
"grunt-mocha-test": "~0.12.7"
}
}
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