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.3 to 0.4.4

6

CHANGELOG.md
# @vanilla-extract/sprinkles
## 0.4.4
### Patch Changes
- [#252](https://github.com/seek-oss/vanilla-extract/pull/252) [`b9b3451`](https://github.com/seek-oss/vanilla-extract/commit/b9b3451d9bab49a712fae95c22b2ee9d8af5f2c5) Thanks [@graup](https://github.com/graup)! - Fix `Exported variable 'Box' has or is using name 'ResponsiveArray' from external module` error ([#250](https://github.com/seek-oss/vanilla-extract/issues/250))
## 0.4.3

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

5

dist/declarations/src/types.d.ts

@@ -1,6 +0,6 @@

interface ResponsiveArray<Length extends number, Value> extends ReadonlyArray<Value> {
export interface ResponsiveArray<Length extends number, Value> extends ReadonlyArray<Value> {
0: Value;
length: Length;
}
interface RequiredResponsiveArray<Length extends number, Value> extends ReadonlyArray<Value> {
export interface RequiredResponsiveArray<Length extends number, Value> extends ReadonlyArray<Value> {
0: Exclude<Value, null>;

@@ -64,2 +64,1 @@ length: Length;

};
export {};

2

package.json
{
"name": "@vanilla-extract/sprinkles",
"version": "0.4.3",
"version": "0.4.4",
"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