Comparing version 1.1.0 to 1.1.1
@@ -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", |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
20098
1