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

@stitches/react

Package Overview
Dependencies
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stitches/react - npm Package Compare versions

Comparing version 0.0.2-canary.0 to 0.0.3-canary.0

4

dist/declarations/src/index.d.ts

@@ -1,5 +0,5 @@

import { TConfig, TCss, TDefaultCss, TMainBreakPoint } from '@stitches/core';
import { TConfig, TCss, TCssProperties, TMainBreakPoint } from '@stitches/core';
export { _ATOM } from '@stitches/core';
import * as React from 'react';
export declare type TCssProp<T extends TConfig> = TDefaultCss<T> | (string & {});
export declare type TCssProp<T extends TConfig> = TCssProperties<T> | (string & {});
/**

@@ -6,0 +6,0 @@ * Extracts Variants from an object:

{
"name": "@stitches/react",
"version": "0.0.2-canary.0",
"version": "0.0.3-canary.0",
"description": "The modern CSS-in-JS library",

@@ -54,3 +54,3 @@ "main": "dist/react.cjs.js",

"dependencies": {
"@stitches/core": "^0.0.2-canary.0",
"@stitches/core": "^0.0.3-canary.0",
"@types/node": "^13.11.1",

@@ -63,3 +63,3 @@ "@types/react-test-renderer": "^16.9.3",

},
"gitHead": "fcf069d00544c1438a4d2c55669bca2abc338b8b"
"gitHead": "483ad0781514a92f7323df56bfd4948ad781686c"
}
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