Socket
Socket
Sign inDemoInstall

nuxt3-leaflet

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt3-leaflet - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

2

dist/module.json

@@ -7,3 +7,3 @@ {

},
"version": "1.0.12"
"version": "1.0.13"
}
{
"name": "nuxt3-leaflet",
"version": "1.0.12",
"version": "1.0.13",
"description": "Nuxt 3 module for Leaflet",

@@ -23,2 +23,3 @@ "repository": "https://github.com/Gugustinette/Nuxt-Leaflet",

"dev": "nuxi dev playground",
"dev:host": "nuxi dev playground --host",
"dev:build": "nuxi build playground",

@@ -29,6 +30,8 @@ "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",

"test": "vitest run",
"test:watch": "vitest watch"
"test:watch": "vitest watch",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@nuxt/kit": "^3.5.2",
"@types/leaflet": "^1.9.3",

@@ -41,2 +44,3 @@ "@vue-leaflet/vue-leaflet": "^0.10.1",

"@nuxt/eslint-config": "^0.1.1",
"@nuxt/kit": "^3.11.2",
"@nuxt/module-builder": "^0.4.0",

@@ -46,7 +50,9 @@ "@nuxt/schema": "^3.5.2",

"@types/node": "^18",
"caniuse-lite": "^1.0.30001625",
"changelogen": "^0.5.3",
"eslint": "^8.42.0",
"nuxt": "^3.5.1",
"vitest": "^0.31.4"
"vitepress": "^1.1.3",
"vitest": "^1.5.2"
}
}

@@ -15,3 +15,3 @@ # Nuxt Leaflet

<!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/nuxt3-leaflet?file=playground%2Fapp.vue) -->
<!-- - [📖 &nbsp;Documentation](https://example.com) -->
- [📖 &nbsp;Documentation](https://gugustinette.github.io/Nuxt-Leaflet)

@@ -26,25 +26,6 @@ ## Features

1. Add `nuxt3-leaflet` dependency to your project
```bash
# Using pnpm
pnpm add -D nuxt3-leaflet
# Using yarn
yarn add --dev nuxt3-leaflet
# Using npm
npm install --save-dev nuxt3-leaflet
npx nuxi@latest module add nuxt3-leaflet
```
2. Add `nuxt3-leaflet` to the `modules` section of `nuxt.config.ts`
```js
export default defineNuxtConfig({
modules: [
'nuxt3-leaflet'
]
})
```
That's it! You can now use Leaflet in your Nuxt app ✨

@@ -54,3 +35,3 @@

For a complete list of the components available, check out the original [Vue Leaflet](https://github.com/vue-leaflet/vue-leaflet) library.
For a complete list of the components available, check out the [official documentation](https://gugustinette.github.io/Nuxt-Leaflet/components/introduction.html) library.

@@ -57,0 +38,0 @@ Please note that components are exported in PascalCase, so for example, write `<LMap>` instead of `<l-map>`.

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