New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

emotion-theming

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emotion-theming - npm Package Compare versions

Comparing version 8.0.7 to 8.0.9

9

package.json
{
"name": "emotion-theming",
"version": "8.0.7",
"version": "8.0.9",
"description": "A CSS-in-JS theming solution, inspired by styled-components",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "typings/emotion-theming.d.ts",
"files": [

@@ -13,2 +14,4 @@ "src",

"build": "npm-run-all clean rollup rollup:umd",
"test:typescript": "tsc --noEmit -p typescript_tests/tsconfig.json",
"pretest:typescript": "npm run build",
"clean": "rimraf dist",

@@ -38,6 +41,8 @@ "rollup": "rollup -c ../../rollup.config.js",

"devDependencies": {
"@types/react": "16.0.16",
"cross-env": "^5.0.1",
"prop-types": "^15.5.8",
"rimraf": "^2.6.1",
"rollup": "^0.43.0"
"rollup": "^0.43.0",
"typescript": "^2.5.3"
},

@@ -44,0 +49,0 @@ "dependencies": {

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