fela-utils
Advanced tools
Comparing version 5.0.4 to 5.0.5
export default function isBase64(property) { | ||
return property.charAt(0) === 'd' && property.charAt(1) === 'a' && property.charAt(2) === 't' && property.charAt(3) === 'a' && property.charAt(4) === ':'; | ||
return property.charAt(0) === 'd' && property.charAt(1) === 'a' && property.charAt(2) === 't' && property.charAt(3) === 'a' && property.charAt(4) === ':'; | ||
} |
@@ -7,3 +7,5 @@ import objectReduce from './objectReduce'; | ||
return output; | ||
}, []); | ||
}, []).filter(function (prop) { | ||
return prop !== 'innerRef' && prop !== 'is'; | ||
}); | ||
} |
'use strict'; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
value: true | ||
}); | ||
exports.default = isBase64; | ||
function isBase64(property) { | ||
return property.charAt(0) === 'd' && property.charAt(1) === 'a' && property.charAt(2) === 't' && property.charAt(3) === 'a' && property.charAt(4) === ':'; | ||
return property.charAt(0) === 'd' && property.charAt(1) === 'a' && property.charAt(2) === 't' && property.charAt(3) === 'a' && property.charAt(4) === ':'; | ||
} |
@@ -18,3 +18,5 @@ 'use strict'; | ||
return output; | ||
}, []); | ||
}, []).filter(function (prop) { | ||
return prop !== 'innerRef' && prop !== 'is'; | ||
}); | ||
} |
{ | ||
"name": "fela-utils", | ||
"version": "5.0.4", | ||
"version": "5.0.5", | ||
"description": "Internal utilities for Fela", | ||
@@ -26,4 +26,4 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"fela": "^5.0.4" | ||
"fela": "^5.1.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
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
43620
61246
971