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

quoted-printable

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quoted-printable - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

8

package.json
{
"name": "quoted-printable",
"version": "0.2.0",
"version": "0.2.1",
"description": "A robust & character encoding–agnostic JavaScript implementation of the `Quoted-Printable` content transfer encoding as defined by RFC 2045.",

@@ -48,2 +48,5 @@ "homepage": "http://mths.be/quoted-printable",

},
"dependencies": {
"utf8": "~2.0.0"
},
"devDependencies": {

@@ -59,5 +62,4 @@ "grunt": "~0.4.4",

"requirejs": "~2.1.11",
"string.fromcodepoint": "~0.2.0",
"utf8": "~2.0.0"
"string.fromcodepoint": "~0.2.0"
}
}

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

/*! http://mths.be/quoted-printable v0.2.0 by @mathias | MIT license */
/*! http://mths.be/quoted-printable v0.2.1 by @mathias | MIT license */
;(function(root) {

@@ -129,3 +129,3 @@

'decode': decode,
'version': '0.2.0'
'version': '0.2.1'
};

@@ -132,0 +132,0 @@

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