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.3 to 1.1.4

2

dist/declarations/types/index.d.ts

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

export interface ArrayInterpolation<Props>
extends Array<Interpolation<Props>> {}
extends ReadonlyArray<Interpolation<Props>> {}

@@ -58,0 +58,0 @@ export interface FunctionInterpolation<Props> {

{
"name": "@emotion/serialize",
"version": "1.1.3",
"version": "1.1.4",
"description": "serialization utils for emotion",

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

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

export interface ArrayInterpolation<Props>
extends Array<Interpolation<Props>> {}
extends ReadonlyArray<Interpolation<Props>> {}

@@ -58,0 +58,0 @@ export interface FunctionInterpolation<Props> {

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