Comparing version 0.3.4 to 0.3.5
{ | ||
"name": "mimefuncs", | ||
"description": "Encode and decode quoted printable and base64 strings", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"main": "src/mimefuncs", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/whiteout-io/mimefuncs", |
@@ -25,3 +25,3 @@ // Copyright (c) 2013 Andris Reinman | ||
if (typeof define === 'function' && define.amd) { | ||
define(['wo-stringencoding'], function(encoding) { | ||
define(['stringencoding'], function(encoding) { | ||
return factory(encoding.TextEncoder, encoding.TextDecoder, root.btoa); | ||
@@ -28,0 +28,0 @@ }); |
@@ -8,3 +8,3 @@ 'use strict'; | ||
'chai': '../node_modules/chai/chai', | ||
'wo-stringencoding': '../node_modules/wo-stringencoding/dist/stringencoding' | ||
'stringencoding': '../node_modules/wo-stringencoding/dist/stringencoding' | ||
} | ||
@@ -11,0 +11,0 @@ }); |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
87500