@emotion/is-prop-valid
Advanced tools
Comparing version 0.5.2 to 0.6.0
{ | ||
"name": "@emotion/is-prop-valid", | ||
"version": "0.5.2", | ||
"version": "0.6.0", | ||
"description": "A function to check whether a prop is valid for HTML and SVG elements", | ||
@@ -12,2 +12,5 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"dependencies": { | ||
"@emotion/memoize": "^0.6.0" | ||
}, | ||
"files": [ | ||
@@ -14,0 +17,0 @@ "src", |
@@ -0,1 +1,3 @@ | ||
import memoize from '@emotion/memoize' | ||
declare var codegen: { $call: Function, require: string => RegExp } | ||
@@ -5,2 +7,4 @@ | ||
export default (RegExp.prototype.test.bind(reactPropsRegex): string => boolean) | ||
export default (memoize( | ||
RegExp.prototype.test.bind(reactPropsRegex) | ||
): string => boolean) |
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
19666
501
1
+ Added@emotion/memoize@^0.6.0
+ Added@emotion/memoize@0.6.6(transitive)