Socket
Socket
Sign inDemoInstall

@nuxtjs/color-mode

Package Overview
Dependencies
4
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [2.0.4](https://github.com/nuxt-community/color-mode-module/compare/v2.0.3...v2.0.4) (2021-03-03)
### Bug Fixes
* types compatible with nuxt-property-decorator ([#72](https://github.com/nuxt-community/color-mode-module/issues/72)) ([43f5806](https://github.com/nuxt-community/color-mode-module/commit/43f5806b84f407d55f7de939348e25293ebbaa12))
### [2.0.3](https://github.com/nuxt-community/color-mode-module/compare/v2.0.2...v2.0.3) (2021-01-25)

@@ -7,0 +14,0 @@

20

package.json
{
"name": "@nuxtjs/color-mode",
"version": "2.0.3",
"version": "2.0.4",
"description": "Dark and Light mode for NuxtJS with auto detection",

@@ -31,7 +31,7 @@ "repository": "nuxt-community/color-mode-module",

"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@nuxt/types": "^2.14.12",
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@nuxt/types": "^2.15.2",
"@nuxtjs/eslint-config": "^5.0.0",

@@ -42,10 +42,10 @@ "@nuxtjs/module-test-utils": "^1.6.3",

"babel-jest": "^26.6.3",
"eslint": "^7.18.0",
"eslint": "^7.21.0",
"husky": "latest",
"jest": "^26.6.3",
"nuxt": "^2.14.12",
"rollup": "^2.38.0",
"nuxt": "^2.15.2",
"rollup": "^2.40.0",
"rollup-plugin-babel": "latest",
"rollup-plugin-terser": "^7.0.2",
"standard-version": "^9.1.0"
"standard-version": "^9.1.1"
},

@@ -52,0 +52,0 @@ "publishConfig": {

@@ -27,1 +27,13 @@ import { ColorModeConfig, ColorModeInstance } from "./color-mode";

}
declare module 'vue/types/options' {
interface ComponentOptions<V extends Vue> {
/**
* Forces a color mode for current page
* @see https://color-mode.nuxtjs.org/#force-a-color-mode
*/
colorMode?: string
}
}
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