Socket
Socket
Sign inDemoInstall

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.0-beta.3 to 5.0.0-beta.4

2

dist/lib/stylesheet.js

@@ -247,3 +247,3 @@ "use strict";

if (cssString) {
invariant(isString(cssString), 'makeStyleTag acceps only strings as second parameter');
invariant(isString(cssString), 'makeStyleTag accepts only strings as second parameter');
}

@@ -250,0 +250,0 @@

@@ -11,3 +11,3 @@ import React from 'react'

export type StyleRegistry = {
styles(options?: { nonce?: boolean }): JSX.Element
styles(options?: { nonce?: boolean }): JSX.Element[]
flush(): void

@@ -14,0 +14,0 @@ add(props: any): void

{
"name": "styled-jsx",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": "vercel/styled-jsx",

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