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

@spark-ui/label

Package Overview
Dependencies
Maintainers
7
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-ui/label - npm Package Compare versions

Comparing version 1.5.5 to 1.5.6

4

CHANGELOG.md

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

## [1.5.6](https://github.com/adevinta/spark/compare/@spark-ui/label@1.5.5...@spark-ui/label@1.5.6) (2023-08-23)
**Note:** Version bump only for package @spark-ui/label
## [1.5.5](https://github.com/adevinta/spark/compare/@spark-ui/label@1.5.4...@spark-ui/label@1.5.5) (2023-08-16)

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

2

dist/index.js

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

"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),d=require("@radix-ui/react-label"),c=require("class-variance-authority"),l=e.forwardRef(({className:a,...r},t)=>e.createElement(d.Label,{ref:t,"data-spark-component":"label",className:c.cx("text-body-1",a),...r})),i=e.forwardRef(({className:a,children:r="*",...t},n)=>e.createElement("span",{ref:n,"data-spark-component":"label-required-indicator",role:"presentation","aria-hidden":"true",className:c.cx(a,"text-on-surface/dim-3 text-caption"),...t},r));i.displayName="Label.RequiredIndicator",i.displayName="Label.RequiredIndicator";const o=Object.assign(l,{RequiredIndicator:i});exports.Label=o;
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),d=require("@radix-ui/react-label"),c=require("class-variance-authority"),l=e.forwardRef(({className:a,...r},t)=>e.createElement(d.Label,{ref:t,"data-spark-component":"label",className:c.cx("text-body-1",a),...r})),i=e.forwardRef(({className:a,children:r="*",...t},n)=>e.createElement("span",{ref:n,"data-spark-component":"label-required-indicator",role:"presentation","aria-hidden":"true",className:c.cx(a,"text-caption text-on-surface/dim-3"),...t},r));i.displayName="Label.RequiredIndicator",i.displayName="Label.RequiredIndicator";const o=Object.assign(l,{RequiredIndicator:i});exports.Label=o;
{
"name": "@spark-ui/label",
"version": "1.5.5",
"version": "1.5.6",
"description": "Renders an accessible label associated with controls",

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

"license": "MIT",
"gitHead": "d3d5a985670e50f7e63d31d0b6ccdd5112366394"
"gitHead": "b3cb5019cadc8baac0c94c6e980a772bc2cdf633"
}

Sorry, the diff of this file is not supported yet

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