data-uri-regex
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -6,3 +6,3 @@ 'use strict'; | ||
// data:[<media type>][;charset=<character set>][;base64],<data> | ||
return new RegExp(/^(data:)([\w\/]+);(charset=[\w-]+|base64).*,(.*)/, 'g'); | ||
return new RegExp(/^(data:)([\w\/\+]+);(charset=[\w-]+|base64).*,(.*)/, 'g'); | ||
}; |
{ | ||
"name": "data-uri-regex", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Regexp for data-uri", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
2839