Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lightningjs/solid-ui

Package Overview
Dependencies
Maintainers
8
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/solid-ui - npm Package Compare versions

Comparing version 0.18.6 to 0.18.7

8

components/Metadata/index.ts

@@ -18,2 +18,8 @@ /*

export { default as default, type MetadataProps } from './Metadata.jsx';
export { default as metadataStyles } from './Metadata.styles.js';
export { default as metadataStyles, type MetadataStyles } from './Metadata.styles.js';
export { default as Details, type DetailsProps } from './Details.jsx';
export { default as detailsStyles, type DetailsStyles } from './Details.styles.js';
export { default as Rating, type RatingProps } from './Rating.jsx';
export { default as ratingStyles, type RatingStyles } from './Rating.styles.js';

@@ -71,4 +71,17 @@ /*

} from './components/ListItem/index.js';
export { default as Metadata, metadataStyles, type MetadataProps } from './components/Metadata/index.js';
export {
default as Metadata,
metadataStyles,
type MetadataProps,
type MetadataStyles,
Details,
detailsStyles,
type DetailsProps,
type DetailsStyles,
Rating,
ratingStyles,
type RatingProps,
type RatingStyles
} from './components/Metadata/index.js';
export {
default as ProgressBar,

@@ -75,0 +88,0 @@ progressBarStyles,

2

package.json
{
"name": "@lightningjs/solid-ui",
"version": "0.18.6",
"version": "0.18.7",
"description": "A shared library of components for the LightningJS Solid Framework.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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