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

@spark-ui/slot

Package Overview
Dependencies
Maintainers
7
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-ui/slot - npm Package Compare versions

Comparing version 1.4.7 to 1.5.0

6

CHANGELOG.md

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

# [1.5.0](https://github.com/adevinta/spark/compare/@spark-ui/slot@1.4.7...@spark-ui/slot@1.5.0) (2023-05-12)
### Features
- **slot:** add slottable component ([c2e6d7b](https://github.com/adevinta/spark/commit/c2e6d7b800317a23b474023ddffd69d61830f72c))
## [1.4.7](https://github.com/adevinta/spark/compare/@spark-ui/slot@1.4.6...@spark-ui/slot@1.4.7) (2023-05-10)

@@ -8,0 +14,0 @@

2

dist/index.js

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

"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),o=require("@radix-ui/react-slot"),l=e.forwardRef((r,t)=>e.createElement(o.Slot,{ref:t,...r}));exports.Slot=l;
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),t=require("@radix-ui/react-slot"),o=e.forwardRef((r,l)=>e.createElement(t.Slot,{ref:l,...r}));Object.defineProperty(exports,"Slottable",{enumerable:!0,get:()=>t.Slottable}),exports.Slot=o;
import { PropsWithChildren } from 'react';
export { Slottable } from '@radix-ui/react-slot';
export type SlotProps = PropsWithChildren<React.HTMLAttributes<HTMLElement>>;

@@ -3,0 +4,0 @@ export declare const Slot: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLElement> & {

{
"name": "@spark-ui/slot",
"version": "1.4.7",
"version": "1.5.0",
"description": "Merges its props onto its immediate child",

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

"license": "MIT",
"gitHead": "f83534112dc0eaf1fea3b747e5570fff39397b96"
"gitHead": "91f6246871440899bb9b08d284a9d068ea01316d"
}

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