Socket
Socket
Sign inDemoInstall

@emotion/is-prop-valid

Package Overview
Dependencies
1
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.2.0

dist/declarations/src/index.d.ts

13

package.json
{
"name": "@emotion/is-prop-valid",
"version": "1.1.3",
"version": "1.2.0",
"description": "A function to check whether a prop is valid for HTML and SVG elements",

@@ -17,3 +17,3 @@ "main": "dist/emotion-is-prop-valid.cjs.js",

"dependencies": {
"@emotion/memoize": "^0.7.4"
"@emotion/memoize": "^0.8.0"
},

@@ -29,6 +29,9 @@ "devDependencies": {

],
"browser": {
"./dist/emotion-is-prop-valid.cjs.js": "./dist/emotion-is-prop-valid.browser.cjs.js",
"./dist/emotion-is-prop-valid.esm.js": "./dist/emotion-is-prop-valid.browser.esm.js"
"exports": {
".": {
"module": "./dist/emotion-is-prop-valid.esm.js",
"default": "./dist/emotion-is-prop-valid.cjs.js"
},
"./package.json": "./package.json"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc