object-fit-images
Advanced tools
Comparing version 2.3.2 to 2.3.3
'use strict'; | ||
var ಠ = 'data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='; // transparent image, used as accessor and replacing image | ||
var propRegex = /(object-fit|object-position)\s*:\s*([^;$"'\s]+)/g; | ||
var propRegex = /(object-fit|object-position)\s*:\s*([\w\s%]+)/g; | ||
var isSupported = 'object-fit' in document.createElement('i').style; | ||
@@ -6,0 +6,0 @@ var autoModeEnabled = false; |
var ಠ = 'data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='; // transparent image, used as accessor and replacing image | ||
var propRegex = /(object-fit|object-position)\s*:\s*([^;$"'\s]+)/g; | ||
var propRegex = /(object-fit|object-position)\s*:\s*([\w\s%]+)/g; | ||
var isSupported = 'object-fit' in document.createElement('i').style; | ||
@@ -4,0 +4,0 @@ var autoModeEnabled = false; |
{ | ||
"name": "object-fit-images", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "Adds support to object-fit to images on IE9, IE10, IE11, Edge and other old browsers.", | ||
@@ -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
16668