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

@spark-ui/theme-utils

Package Overview
Dependencies
Maintainers
7
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-ui/theme-utils - npm Package Compare versions

Comparing version 2.7.1 to 2.7.2

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [2.7.2](https://github.com/adevinta/spark/compare/@spark-ui/theme-utils@2.7.1...@spark-ui/theme-utils@2.7.2) (2023-03-13)
**Note:** Version bump only for package @spark-ui/theme-utils
## [2.7.1](https://github.com/adevinta/spark/compare/@spark-ui/theme-utils@2.7.0...@spark-ui/theme-utils@2.7.1) (2023-03-13)

@@ -8,0 +12,0 @@

4

package.json
{
"name": "@spark-ui/theme-utils",
"version": "2.7.1",
"version": "2.7.2",
"description": "package for managing Spark theme configuration",

@@ -23,3 +23,3 @@ "publishConfig": {

},
"gitHead": "cd10e214324f590fa2f07f4716be86342256e30f"
"gitHead": "af8c5655608a3ad4ee90b27044952d7065581a1d"
}
import path from 'path'
import { terser } from 'rollup-plugin-terser'
import dts from 'vite-plugin-dts'
import browserslistToEsbuild from 'browserslist-to-esbuild'

@@ -12,3 +13,3 @@ const pkg = require(path.resolve(__dirname, './package.json'))

build: {
target: 'es2015',
target: browserslistToEsbuild(),
lib: {

@@ -15,0 +16,0 @@ entry: 'src/index.ts',

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