Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-emotion-server

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-emotion-server - npm Package Compare versions

Comparing version 10.0.0-beta.5 to 10.0.0-beta.6

7

package.json
{
"name": "create-emotion-server",
"version": "10.0.0-beta.5",
"version": "10.0.0-beta.6",
"description": "SSR and style extraction tooling for emotion, The Next Generation of CSS-in-JS.",

@@ -16,2 +16,3 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@emotion/utils": "^0.10.0",
"html-tokenize": "^2.0.0",

@@ -23,5 +24,3 @@ "multipipe": "^1.0.2",

"@types/node": "^10.11.4",
"dtslint": "^0.3.0",
"emotion": "^10.0.0-beta.5",
"react-emotion": "^10.0.0-beta.5"
"dtslint": "^0.3.0"
},

@@ -28,0 +27,0 @@ "author": "Kye Hohenberger",

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

/// <reference types="node" />
import { EmotionCache } from 'emotion'
import { EmotionCache } from '@emotion/utils'

@@ -8,0 +8,0 @@ export interface EmotionCritical {

Sorry, the diff of this file is not supported yet

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