Socket
Socket
Sign inDemoInstall

@nuxtjs/color-mode

Package Overview
Dependencies
164
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.0 to 3.4.1

6

dist/module.json
{
"name": "@nuxtjs/color-mode",
"version": "3.4.0",
"version": "3.4.1",
"configKey": "colorMode",
"compatibility": {
"bridge": true
},
"builder": {
"@nuxt/module-builder": "0.6.0",
"unbuild": "2.0.0"
}
}

29

dist/runtime/component.vue2.vue.d.ts

@@ -1,17 +0,16 @@

declare const _default: {
name: any;
functional: boolean;
props: {
placeholder: StringConstructor;
tag: {
type: StringConstructor;
default: string;
};
declare const _default: import("@vue/runtime-core").DefineComponent<{
placeholder: StringConstructor;
tag: {
type: StringConstructor;
default: string;
};
render(createElement: any, { data, props, children }: {
data: any;
props: any;
children: any;
}): any;
};
}, unknown, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
placeholder: StringConstructor;
tag: {
type: StringConstructor;
default: string;
};
}>>, {
tag: string;
}, {}>;
export default _default;

@@ -1,11 +0,16 @@

declare const _default: {
name: any;
props: {
placeholder: StringConstructor;
tag: {
type: StringConstructor;
default: string;
};
declare const _default: import("vue/dist/vue.js").DefineComponent<{
placeholder: StringConstructor;
tag: {
type: StringConstructor;
default: string;
};
};
}, unknown, unknown, {}, {}, import("vue/dist/vue.js").ComponentOptionsMixin, import("vue/dist/vue.js").ComponentOptionsMixin, {}, string, import("vue/dist/vue.js").PublicProps, Readonly<import("vue/dist/vue.js").ExtractPropTypes<{
placeholder: StringConstructor;
tag: {
type: StringConstructor;
default: string;
};
}>>, {
tag: string;
}, {}>;
export default _default;

@@ -1,2 +0,2 @@

declare const _default: any;
declare const _default: import("#app").Plugin<Record<string, unknown>> & import("#app").ObjectPlugin<Record<string, unknown>>;
export default _default;

@@ -1,2 +0,2 @@

declare const _default: any;
declare const _default: import("#app").Plugin<Record<string, unknown>> & import("#app").ObjectPlugin<Record<string, unknown>>;
export default _default;
{
"name": "@nuxtjs/color-mode",
"version": "3.4.0",
"version": "3.4.1",
"description": "Dark and Light mode for Nuxt with auto detection",

@@ -10,3 +10,3 @@ "repository": {

"license": "MIT",
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@9.0.6",
"contributors": [

@@ -44,15 +44,16 @@ {

"pathe": "^1.1.2",
"pkg-types": "^1.0.3",
"pkg-types": "^1.1.0",
"semver": "^7.6.0"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@nuxt/module-builder": "^0.5.5",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@nuxt/eslint-config": "^0.3.10",
"@nuxt/module-builder": "^0.6.0",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.0",
"@nuxt/test-utils": "^3.12.1",
"@types/lodash.template": "^4.5.3",
"@typescript-eslint/parser": "^7.6.0",
"@vitest/coverage-v8": "^1.4.0",
"eslint": "^9.0.0",
"@typescript-eslint/parser": "^7.7.1",
"@vitest/coverage-v8": "^1.5.2",
"eslint": "^9.1.1",
"husky": "9.0.11",

@@ -62,5 +63,5 @@ "nuxt": "^3.11.2",

"typescript": "^5.4.5",
"vitest": "^1.4.0",
"@nuxt/eslint-config": "^0.3.6"
"vitest": "^1.5.2",
"vue-tsc": "^2.0.14"
}
}

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