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.14.2 to 0.15.0

2

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

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

@@ -39,3 +39,4 @@ /*

}
})
}),
importChunkUrl()
],

@@ -88,10 +89,6 @@ base: './',

globals: true
}
},
publicDir: '../../shared/public'
};
export default () => {
config.plugins = [...config.plugins, importChunkUrl()];
config.publicDir = '../../shared/public';
return defineConfig(config);
};
export default defineConfig(config);
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