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

@theme-ui/css

Package Overview
Dependencies
Maintainers
4
Versions
432
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theme-ui/css - npm Package Compare versions

Comparing version 0.6.2--canary.f29780f.0 to 0.7.0--canary.1423.3d0dfed.0

dist/declarations/emotion-theme.d.ts

15

package.json
{
"name": "@theme-ui/css",
"version": "0.6.2--canary.f29780f.0",
"version": "0.7.0--canary.1423.3d0dfed.0",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"main": "dist/theme-ui-css.cjs.js",
"module": "dist/theme-ui-css.esm.js",
"sideEffects": false,
"scripts": {
"prepare": "microbundle --no-compress --tsconfig tsconfig.json",
"watch": "microbundle watch --no-compress --tsconfig tsconfig.json",
"typecheck": "tsc --noEmit"
},
"scripts": {},
"author": "Brent Jackson",

@@ -23,3 +18,3 @@ "license": "MIT",

},
"gitHead": "f29780f2a486b4de6ddf4fe3e0304d69152a7298"
"gitHead": "3d0dfedb597bd968ea8e76b291ec8e8cfed98bef"
}

@@ -75,3 +75,3 @@ import { expecter } from '@theme-ui/test-utils'

interface Theme {
syntaxHighlighting: MySyntaxHighlightingTheme
syntaxHighlighting?: MySyntaxHighlightingTheme
}

@@ -86,3 +86,3 @@ }

const syntaxHighlighting = theme.syntaxHighlighting
const syntaxHighlighting = theme.syntaxHighlighting!
`).toInfer('syntaxHighlighting', 'MySyntaxHighlightingTheme')

@@ -89,0 +89,0 @@ })

@@ -32,3 +32,3 @@ import { Theme, __internalGetUseRootStyles } from '../src'

useBodyStyles: value,
useRootStyles: null,
useRootStyles: null as any as undefined,
}

@@ -35,0 +35,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