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

@lightningjs/ui-components

Package Overview
Dependencies
Maintainers
8
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/ui-components - npm Package Compare versions

Comparing version 2.9.1 to 2.9.2

14

package.json
{
"name": "@lightningjs/ui-components",
"version": "2.9.1",
"version": "2.9.2",
"description": "A shared library of helpful LightningJS components utilizing theme files to easily customize for any LightningJS application.",

@@ -12,2 +12,12 @@ "repository": {

"type": "module",
"exports": {
".": {
"import": "./dist/lightning-ui-components.min.mjs",
"require": "./dist/lightning-ui-components.min.cjs",
"types": "./dist/lightning-ui-components.d.ts"
},
"./src": "./index.js"
},
"main": "./dist/lightning-ui-components.min.mjs",
"types": "./dist/lightning-ui-components.d.ts",
"scripts": {

@@ -25,3 +35,3 @@ "start": "yarn run generateStorybookData && yarn start-storybook --no-manager-cache -p 8000",

"@babel/core": "^7.19.3",
"@lightningjs/ui-components-test-utils": "^1.4.2",
"@lightningjs/ui-components-test-utils": "^1.4.3",
"@mdx-js/react": "^1.6.22",

@@ -28,0 +38,0 @@ "babel-jest": "^29.0.3",

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