Socket
Socket
Sign inDemoInstall

@emotion/serialize

Package Overview
Dependencies
Maintainers
3
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 0.11.15-next.1 to 0.11.15-next.2

8

CHANGELOG.md
# @emotion/serialize
## 0.11.15-next.2
### Patch Changes
- [`5c55fd17`](https://github.com/emotion-js/emotion/commit/5c55fd17dcaec84d1f5d5d13ae90dd336d7e4403) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@Andarist](https://github.com/Andarist)! - Fix to what location generated source maps are pointing in case of composed styles.
* [`729ef9d8`](https://github.com/emotion-js/emotion/commit/729ef9d8408af82c7a63effc1b8728f79c66bed1) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@Andarist](https://github.com/Andarist)! - Update `csstype` dependency.
## 0.11.15-next.1

@@ -4,0 +12,0 @@

2

dist/serialize.browser.cjs.js

@@ -249,3 +249,3 @@ 'use strict';

if (process.env.NODE_ENV !== 'production') {
sourceMapPattern = /\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//;
sourceMapPattern = /\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g;
} // this is the cursor for keyframes

@@ -252,0 +252,0 @@ // keyframes are stored on the SerializedStyles object as a linked list

@@ -243,3 +243,3 @@ import hashString from '@emotion/hash';

if (process.env.NODE_ENV !== 'production') {
sourceMapPattern = /\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//;
sourceMapPattern = /\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g;
} // this is the cursor for keyframes

@@ -246,0 +246,0 @@ // keyframes are stored on the SerializedStyles object as a linked list

@@ -249,3 +249,3 @@ 'use strict';

if (process.env.NODE_ENV !== 'production') {
sourceMapPattern = /\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//;
sourceMapPattern = /\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g;
} // this is the cursor for keyframes

@@ -252,0 +252,0 @@ // keyframes are stored on the SerializedStyles object as a linked list

@@ -243,3 +243,3 @@ import hashString from '@emotion/hash';

if (process.env.NODE_ENV !== 'production') {
sourceMapPattern = /\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//;
sourceMapPattern = /\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g;
} // this is the cursor for keyframes

@@ -246,0 +246,0 @@ // keyframes are stored on the SerializedStyles object as a linked list

{
"name": "@emotion/serialize",
"version": "0.11.15-next.1",
"version": "0.11.15-next.2",
"description": "serialization utils for emotion",

@@ -21,3 +21,3 @@ "main": "dist/serialize.cjs.js",

"@emotion/utils": "0.11.2",
"csstype": "^2.5.7"
"csstype": "^2.6.7"
},

@@ -24,0 +24,0 @@ "devDependencies": {

@@ -335,3 +335,3 @@ // @flow

if (process.env.NODE_ENV !== 'production') {
sourceMapPattern = /\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//
sourceMapPattern = /\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g
}

@@ -338,0 +338,0 @@

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