Socket
Socket
Sign inDemoInstall

nuxt-lucide-icons

Package Overview
Dependencies
181
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

dist/module.d.mts

2

dist/module.d.ts

@@ -8,2 +8,2 @@ import * as _nuxt_schema from '@nuxt/schema';

export { LucideModuleOptions, _default as default };
export { type LucideModuleOptions, _default as default };

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

},
"version": "1.0.2"
"version": "1.0.3"
}
import { } from './module'
import type { } from './module'

@@ -7,2 +7,3 @@

export { LucideModuleOptions, default } from './module'
export type { LucideModuleOptions, default } from './module'
{
"name": "nuxt-lucide-icons",
"version": "1.0.2",
"version": "1.0.3",
"description": "This Nuxt module makes working with Lucide icons a breeze!",

@@ -24,6 +24,6 @@ "repository": {

"scripts": {
"prepack": "nuxt-module-build",
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",

@@ -37,15 +37,16 @@ "lint": "eslint .",

"lucide-vue-next": "^0.x",
"pathe": "^1.1.0"
"pathe": "^1.1.0",
"scule": "^1.0.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/module-builder": "^0.3.1",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.3",
"@nuxt/schema": "^3.5.1",
"@nuxt/test-utils": "^3.5.1",
"@types/node": "^18",
"changelogen": "^0.5.3",
"eslint": "^8.41.0",
"changelogen": "^0.5.5",
"eslint": "^8.53.0",
"nuxt": "^3.5.1",
"vitest": "^0.31.1"
"vitest": "^0.33.0"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc