Socket
Socket
Sign inDemoInstall

@emotion/utils

Package Overview
Dependencies
0
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-rc.0 to 1.0.0

dist/emotion-utils.browser.cjs.js

10

CHANGELOG.md
# @emotion/utils
## 1.0.0
### Major Changes
- [`9e998e37`](https://github.com/emotion-js/emotion/commit/9e998e3755c217027ad1be0af4c64644fe14c6bf) [#1817](https://github.com/emotion-js/emotion/pull/1817) Thanks [@Andarist](https://github.com/Andarist)! - `insertStyles` no longer calls `cache.insert` with a scoped class name as a selector when inserting keyframes. The change is internal and has no effect on Emotion users.
### Patch Changes
- [`debaad9a`](https://github.com/emotion-js/emotion/commit/debaad9ab4bd6c80312092826d9146f3d29c0899) [#1999](https://github.com/emotion-js/emotion/pull/1999) Thanks [@RoystonS](https://github.com/RoystonS)! - Fixed TypeScript definition of the `EmotionCache` by replacing the non-existent `stylis` method with `insert` that is available at runtime.
## 1.0.0-rc.0

@@ -4,0 +14,0 @@

10

package.json
{
"name": "@emotion/utils",
"version": "1.0.0-rc.0",
"version": "1.0.0",
"description": "internal utils for emotion",
"main": "dist/utils.cjs.js",
"module": "dist/utils.esm.js",
"main": "dist/emotion-utils.cjs.js",
"module": "dist/emotion-utils.esm.js",
"browser": {
"./dist/utils.cjs.js": "./dist/utils.browser.cjs.js",
"./dist/utils.esm.js": "./dist/utils.browser.esm.js"
"./dist/emotion-utils.cjs.js": "./dist/emotion-utils.browser.cjs.js",
"./dist/emotion-utils.esm.js": "./dist/emotion-utils.browser.esm.js"
},

@@ -11,0 +11,0 @@ "types": "types/index.d.ts",

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