Socket
Socket
Sign inDemoInstall

@emotion/styled-base

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/styled-base - npm Package Compare versions

Comparing version 0.5.2 to 0.6.0

6

package.json
{
"name": "@emotion/styled-base",
"version": "0.5.2",
"version": "0.6.0",
"description": "base styled API for emotion",

@@ -10,5 +10,5 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@emotion/is-prop-valid": "^0.5.2",
"@emotion/is-prop-valid": "^0.6.0",
"@emotion/serialize": "^0.5.0",
"@emotion/types": "^0.5.0",
"@emotion/types": "^0.6.0",
"@emotion/utils": "^0.5.0",

@@ -15,0 +15,0 @@ "emotion-utils": "9.1.0"

// @flow
import { memoize } from 'emotion-utils'
import isPropValid from '@emotion/is-prop-valid'

@@ -7,5 +6,3 @@

export const testOmitPropsOnStringTag: (key: string) => boolean = memoize(
isPropValid
)
export const testOmitPropsOnStringTag: (key: string) => boolean = isPropValid
export const testOmitPropsOnComponent = (key: string) =>

@@ -12,0 +9,0 @@ key !== 'theme' && key !== 'innerRef'

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