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

@byjohann/ui

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byjohann/ui - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

package.json
{
"name": "@byjohann/ui",
"type": "module",
"version": "0.3.1",
"version": "0.3.2",
"packageManager": "pnpm@8.7.6",

@@ -6,0 +6,0 @@ "description": "A collection of Vue.js components for my projects",

@@ -20,3 +20,3 @@ # @byjohann/ui

### Nuxt Support
### Nuxt Usage

@@ -39,2 +39,9 @@ Nuxt is supported out of the box, but the Vue components provided by this library need to be transpiled for the server-side rendering to work. Add the following to your `nuxt.config.ts`:

},
vite: {
optimizeDeps: {
// Transform CJS packages to ESM
include: ["mapbox-gl"],
},
},
});

@@ -41,0 +48,0 @@ ```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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