emailjs-utf7
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "emailjs-utf7", | ||
"main": "src/utf7.js", | ||
"version": "2.0.3", | ||
"main": "src/emailjs-utf7.js", | ||
"version": "3.0.1", | ||
"homepage": "https://github.com/emailjs/emailjs-utf7", | ||
@@ -6,0 +6,0 @@ "authors": [ |
{ | ||
"name": "emailjs-utf7", | ||
"main": "src/emailjs-utf7.js", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"homepage": "https://github.com/emailjs/emailjs-utf7", | ||
@@ -6,0 +6,0 @@ "author": "Konstantin Käfer", |
@@ -29,3 +29,3 @@ // Copyright (c) 2010-2011 Konstantin Käfer | ||
} else { | ||
root.utf7 = factory(); | ||
root['emailjs-utf7'] = factory(); | ||
} | ||
@@ -209,2 +209,2 @@ }(this, function() { | ||
}; | ||
})); | ||
})); |
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
24222
395