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

rfc2231

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rfc2231 - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

lib/rfc2231.js

@@ -11,3 +11,3 @@ /*global unescape*/

try {
iconv = require('iconv');
iconv = require('' + 'iconv'); // Prevent browserify from detecting iconv and failing
} catch (e) {}

@@ -14,0 +14,0 @@

{
"name": "rfc2231",
"version": "1.1.0",
"version": "1.1.1",
"description": "Encode and decode rfc2231/rfc5987",

@@ -5,0 +5,0 @@ "main": "lib/rfc2231.js",

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