Socket
Socket
Sign inDemoInstall

@emotion/serialize

Package Overview
Dependencies
Maintainers
4
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/serialize - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

5

dist/declarations/types/index.d.ts

@@ -13,3 +13,3 @@ // Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>

| CSSProperties[K]
| Array<Extract<CSSProperties[K], string>>
| ReadonlyArray<Extract<CSSProperties[K], string>>
}

@@ -19,3 +19,4 @@

export interface ArrayCSSInterpolation extends Array<CSSInterpolation> {}
export interface ArrayCSSInterpolation
extends ReadonlyArray<CSSInterpolation> {}

@@ -22,0 +23,0 @@ export type InterpolationPrimitive =

2

package.json
{
"name": "@emotion/serialize",
"version": "1.1.2",
"version": "1.1.3",
"description": "serialization utils for emotion",

@@ -5,0 +5,0 @@ "main": "dist/emotion-serialize.cjs.js",

@@ -13,3 +13,3 @@ // Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>

| CSSProperties[K]
| Array<Extract<CSSProperties[K], string>>
| ReadonlyArray<Extract<CSSProperties[K], string>>
}

@@ -19,3 +19,4 @@

export interface ArrayCSSInterpolation extends Array<CSSInterpolation> {}
export interface ArrayCSSInterpolation
extends ReadonlyArray<CSSInterpolation> {}

@@ -22,0 +23,0 @@ export type InterpolationPrimitive =

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