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

styled-jsx

Package Overview
Dependencies
Maintainers
3
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styled-jsx - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

global.d.ts

11

index.d.ts

@@ -1,10 +0,1 @@

import React from 'react'
declare module 'react' {
interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
jsx?: boolean
global?: boolean
}
}
declare module 'styled-jsx' {

@@ -22,3 +13,3 @@ export type StyledJsxStyleRegistry = {

}: {
children: JSX.Element | React.ReactNode
children: JSX.Element | import('react').ReactNode
registry?: StyledJsxStyleRegistry

@@ -25,0 +16,0 @@ }): JSX.Element

{
"name": "styled-jsx",
"version": "5.0.3",
"version": "5.0.4",
"license": "MIT",

@@ -10,2 +10,3 @@ "repository": "vercel/styled-jsx",

"lib",
"global.d.ts",
"index.d.ts",

@@ -12,0 +13,0 @@ "index.js",

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