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

styled-jsx

Package Overview
Dependencies
Maintainers
9
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.1 to 5.0.2

macro.d.ts

3

package.json
{
"name": "styled-jsx",
"version": "5.0.1",
"version": "5.0.2",
"license": "MIT",

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

"macro.js",
"macro.d.ts",
"css.js",

@@ -18,0 +19,0 @@ "css.d.ts",

@@ -43,2 +43,5 @@ # styled-jsx

- [Syntax Highlighting](#syntax-highlighting)
- [ESLint](#eslint)
- [TypeScript](#typescript)
- [Credits](#credits)

@@ -1044,2 +1047,10 @@ ## Getting started

## TypeScript
If you're using TypeScript, then in order to allow `<style jsx>` tags to be properly understood by it, create a file named "styled-jsx.d.ts" anywhere within your project containing the following, or add this line to the top of any single existing .ts file within your project:
```ts
/// <reference types="styled-jsx" />
```
## Credits

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