Socket
Socket
Sign inDemoInstall

@emotion/is-prop-valid

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/is-prop-valid - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

dist/index.esm.js

8

package.json
{
"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`
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc