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

react-jss

Package Overview
Dependencies
Maintainers
2
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-jss - npm Package Compare versions

Comparing version 10.2.0 to 10.3.0

10

package.json
{
"name": "react-jss",
"description": "JSS integration with React",
"version": "10.2.0",
"version": "10.3.0",
"license": "MIT",

@@ -43,7 +43,7 @@ "main": "dist/react-jss.cjs.js",

"@emotion/is-prop-valid": "^0.7.3",
"css-jss": "10.2.0",
"css-jss": "^10.3.0",
"hoist-non-react-statics": "^3.2.0",
"is-in-browser": "^1.1.3",
"jss": "10.2.0",
"jss-preset-default": "10.2.0",
"jss": "^10.3.0",
"jss-preset-default": "^10.3.0",
"prop-types": "^15.6.0",

@@ -59,3 +59,3 @@ "shallow-equal": "^1.2.0",

},
"gitHead": "671c03fabb07b1a750e1b949fa89b1415654e077"
"gitHead": "4094410d82dfdae772e1c09f0cd187cb48fa1cdc"
}

@@ -12,3 +12,3 @@ # react-jss

See our website [react-jss](https://cssinjs.org/react-jss?v=v10.2.0) for more information.
See our website [react-jss](https://cssinjs.org/react-jss?v=v10.3.0) for more information.

@@ -15,0 +15,0 @@ ## Install

@@ -65,3 +65,3 @@ import {ComponentType, ReactNode, Context} from 'react'

declare function createUseStyles<Theme = DefaultTheme, C extends string = string>(
styles: Record<C, any> | ((theme: Theme) => Record<C, any>),
styles: Styles<C> | ((theme: Theme) => Styles<C>),
options?: CreateUseStylesOptions<Theme>

@@ -68,0 +68,0 @@ ): (data?: unknown) => Classes<C>

Sorry, the diff of this file is too big to display

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