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 9.2.10 to 9.2.11

LICENSE

9

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

@@ -23,4 +23,4 @@ "main": "dist/index.js",

"dtslint": "^0.3.0",
"emotion": "^9.2.10",
"react-emotion": "^9.2.10"
"emotion": "^9.2.11",
"react-emotion": "^9.2.11"
},

@@ -42,3 +42,4 @@ "author": "Kye Hohenberger",

"url": "https://github.com/emotion-js/emotion/issues"
}
},
"gitHead": "206e5f642b13153a7fc85360c3eb7c302d7bda84"
}

@@ -59,5 +59,8 @@ // @flow

return pipe(tokenStream, inlineStream)
return pipe(
tokenStream,
inlineStream
)
}
export default createRenderStylesToNodeStream
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