New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 9.2.5

dist/index.js

19

package.json
{
"name": "create-emotion-server",
"version": "9.2.4",
"version": "9.2.5",
"description": "SSR and style extraction tooling for emotion, The Next Generation of CSS-in-JS.",
"main": "lib/index.js",
"main": "dist/index.js",
"types": "types/index.d.ts",
"files": [
"src",
"lib",
"dist",
"types"
],
"scripts": {
"build": "npm-run-all clean babel",
"babel": "babel src -d lib",
"clean": "rimraf lib",
"test:typescript": "dtslint types",
"watch": "babel src -d lib --watch"
"test:typescript": "dtslint types"
},

@@ -26,8 +22,5 @@ "dependencies": {

"@types/node": "*",
"babel-cli": "^6.24.1",
"dtslint": "^0.3.0",
"emotion": "^9.2.4",
"npm-run-all": "^4.0.2",
"react-emotion": "^9.2.4",
"rimraf": "^2.6.1"
"emotion": "^9.2.5",
"react-emotion": "^9.2.5"
},

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

@@ -7,3 +7,3 @@ // @flow

module.exports = function(emotion: Emotion) {
export default function(emotion: Emotion) {
const nonceString =

@@ -10,0 +10,0 @@ emotion.caches.nonce !== undefined ? ` nonce="${emotion.caches.nonce}"` : ''

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