Socket
Socket
Sign inDemoInstall

@vanilla-extract/sprinkles

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanilla-extract/sprinkles - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

6

CHANGELOG.md
# @vanilla-extract/sprinkles
## 0.4.3
### Patch Changes
- [#210](https://github.com/seek-oss/vanilla-extract/pull/210) [`500eaad`](https://github.com/seek-oss/vanilla-extract/commit/500eaade897abd800163d2d8db3c679bc3776cf7) Thanks [@markdalgleish](https://github.com/markdalgleish)! - Fix bug where `responsiveArray` with a length of 4 was considered invalid
## 0.4.2

@@ -4,0 +10,0 @@

2

dist/declarations/src/types.d.ts

@@ -9,3 +9,3 @@ interface ResponsiveArray<Length extends number, Value> extends ReadonlyArray<Value> {

}
export declare type ResponsiveArrayConfig<Value> = ResponsiveArray<2 | 3 | 5 | 6 | 7 | 8, Value>;
export declare type ResponsiveArrayConfig<Value> = ResponsiveArray<2 | 3 | 4 | 5 | 6 | 7 | 8, Value>;
export declare type ResponsiveArrayByMaxLength<MaxLength extends number, Value> = [

@@ -12,0 +12,0 @@ never,

{
"name": "@vanilla-extract/sprinkles",
"version": "0.4.2",
"version": "0.4.3",
"description": "Zero-runtime atomic CSS framework for vanilla-extract",

@@ -5,0 +5,0 @@ "sideEffects": false,

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