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

@nuxtjs/color-mode

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/color-mode - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

7

CHANGELOG.md

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

### [2.0.1](https://github.com/nuxt-community/color-mode-module/compare/v2.0.0...v2.0.1) (2020-12-02)
### Bug Fixes
* **type-defs:** add types reference to package ([#52](https://github.com/nuxt-community/color-mode-module/issues/52)) ([82592f4](https://github.com/nuxt-community/color-mode-module/commit/82592f4451f696bb8cf2c5d2282fc7b60ac7cbb5))
## [2.0.0](https://github.com/nuxt-community/color-mode-module/compare/v1.1.1...v2.0.0) (2020-10-13)

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

21

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

@@ -17,2 +17,3 @@ "repository": "nuxt-community/color-mode-module",

"main": "lib/module.js",
"types": "types/index.d.ts",
"scripts": {

@@ -31,17 +32,17 @@ "dev": "nuxt example",

"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@nuxt/types": "^2.14.6",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxt/types": "^2.14.9",
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/module-test-utils": "^1.6.3",
"@nuxtjs/svg": "^0.1.12",
"babel-eslint": "latest",
"babel-jest": "^26.5.2",
"eslint": "^7.10.0",
"babel-jest": "^26.6.3",
"eslint": "^7.14.0",
"husky": "latest",
"jest": "^26.5.2",
"nuxt": "^2.14.6",
"rollup": "^2.29.0",
"jest": "^26.6.3",
"nuxt": "^2.14.8",
"rollup": "^2.34.0",
"rollup-plugin-babel": "latest",

@@ -48,0 +49,0 @@ "rollup-plugin-terser": "^6.1.0",

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