New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@themes/react

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@themes/react - npm Package Compare versions

Comparing version
0.0.26
to
0.0.27
+2
-2
package.json
{
"name": "@themes/react",
"version": "0.0.26",
"version": "0.0.27",
"description": "",

@@ -24,3 +24,3 @@ "license": "MIT",

"devDependencies": {
"@themes/scheme": "^0.0.19",
"@themes/scheme": "^0.0.20",
"@types/react-test-renderer": "^16.9.1",

@@ -27,0 +27,0 @@ "react-test-renderer": "^16.12.0"

@@ -9,3 +9,3 @@ import * as React from 'react'

type ButtonType = 'normal' | 'primary'
type ButtonColorScheme = { textColor: string; backgroundColor: string }
type ButtonColorScheme = { textColor: string; backgroundColor?: string }

@@ -12,0 +12,0 @@ const colorScheme: SchemeConfig<ButtonType, ButtonColorScheme> = {

Sorry, the diff of this file is not supported yet