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.9 to 8.0.10

types/index.d.ts

14

package.json
{
"name": "emotion-theming",
"version": "8.0.9",
"version": "8.0.10",
"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",
"types": "types/index.d.ts",
"files": [
"src",
"dist"
"dist",
"types"
],
"scripts": {
"build": "npm-run-all clean rollup rollup:umd",
"test:typescript": "tsc --noEmit -p typescript_tests/tsconfig.json",
"pretest:typescript": "npm run build",
"test:typescript": "dtslint types",
"clean": "rimraf dist",

@@ -42,6 +42,6 @@ "rollup": "rollup -c ../../rollup.config.js",

"cross-env": "^5.0.1",
"dtslint": "^0.2.0",
"prop-types": "^15.5.8",
"rimraf": "^2.6.1",
"rollup": "^0.43.0",
"typescript": "^2.5.3"
"rollup": "^0.43.0"
},

@@ -48,0 +48,0 @@ "dependencies": {

@@ -179,3 +179,3 @@ # emotion-theming

console.log(channe;); '__EMOTION_THEMING__';
console.log(channel); '__EMOTION_THEMING__';
```

@@ -182,0 +182,0 @@

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