@emotion/is-prop-valid
Advanced tools
Comparing version 0.6.3 to 0.6.4
{ | ||
"name": "@emotion/is-prop-valid", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "A function to check whether a prop is valid for HTML and SVG elements", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.es.js", | ||
"module": "dist/index.esm.js", | ||
"license": "MIT", | ||
"repository": "https://github.com/emotion-js/next/tree/master/packages/is-prop-valid", | ||
"repository": "https://github.com/emotion-js/emotion/tree/master/next-packages/is-prop-valid", | ||
"publishConfig": { | ||
@@ -13,3 +13,3 @@ "access": "public" | ||
"dependencies": { | ||
"@emotion/memoize": "^0.6.3" | ||
"@emotion/memoize": "^0.6.4" | ||
}, | ||
@@ -16,0 +16,0 @@ "files": [ |
@@ -460,5 +460,5 @@ const props = { | ||
} | ||
// eslint-disable-next-line import/no-commonjs | ||
module.exports = `/^((${Object.keys(props).join( | ||
'|' | ||
)})|(on[A-Z].*)|((data|aria)-.*))$/i` |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
523
24856
10
Updated@emotion/memoize@^0.6.4