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

@karrotmarket/react-theming

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@karrotmarket/react-theming - npm Package Compare versions

Comparing version

to
1.1.0

9

CHANGELOG.md
# @karrotmarket/react-theming
## 1.0.2
## 1.1.0
### Minor Changes
- 5298e03: Fix browserslist query to support Safari 13 as target
### Patch Changes

@@ -9,3 +13,4 @@

- Updated dependencies [26bdbf9]
- @karrotmarket/design-token@1.0.2
- Updated dependencies [5298e03]
- @karrotmarket/design-token@1.1.0

@@ -12,0 +17,0 @@ ## 1.0.1

{
"name": "@karrotmarket/react-theming",
"version": "1.0.2",
"version": "1.1.0",
"sideEffects": false,

@@ -32,2 +32,7 @@ "repository": {

],
"browserslist": [
"defaults",
"safari >= 13",
"not ie 11"
],
"scripts": {

@@ -41,3 +46,3 @@ "build": "nanobundle build",

"dependencies": {
"@karrotmarket/design-token": "^1.0.2",
"@karrotmarket/design-token": "^1.1.0",
"use-dark-mode": "^2.3.1"

@@ -44,0 +49,0 @@ },