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

@jsxstyle/react

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsxstyle/react - npm Package Compare versions

Comparing version 0.0.0-canary-20241226083748 to 0.0.0-canary-20241226085042

3

lib/index.d.ts

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

import { cacheSingleton } from '@jsxstyle/core';
export type { CSSProperties, JsxstyleComponentStyleProps, } from '@jsxstyle/core';
export { cacheSingleton as cache, css, makeCustomProperties, } from '@jsxstyle/core';
export type { StylableComponentProps } from './types.js';
export { cacheSingleton as cache };
export { useMatchMedia } from './useMatchMedia.js';

@@ -6,0 +5,0 @@ export declare const Box: <T extends import("./types.js").ValidComponentPropValue = "div">(props: import("./types.js").JsxstyleProps<T>) => React.ReactElement;

@@ -1,4 +0,3 @@

import { cacheSingleton } from '@jsxstyle/core';
import { componentFactory } from './componentFactory.js';
export { cacheSingleton as cache };
export { cacheSingleton as cache, css, makeCustomProperties, } from '@jsxstyle/core';
export { useMatchMedia } from './useMatchMedia.js';

@@ -5,0 +4,0 @@ export const Box = /*#__PURE__*/ componentFactory('Box');

{
"name": "@jsxstyle/react",
"version": "0.0.0-canary-20241226083748",
"version": "0.0.0-canary-20241226085042",
"type": "module",

@@ -18,3 +18,3 @@ "keywords": [

"peerDependencies": {
"@jsxstyle/core": "0.0.0-canary-20241226083748",
"@jsxstyle/core": "0.0.0-canary-20241226085042",
"@types/react": "^18.0.0 || ^19.0.0",

@@ -21,0 +21,0 @@ "react": "^18.0.0 || ^19.0.0"

Sorry, the diff of this file is not supported yet

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