Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@vue-a11y/dark-mode

Package Overview
Dependencies
0
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

cypress.json

16

CHANGELOG.md

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

### 0.1.2 (2020-05-08)
### Features
* customize aria-label and aria-live through props ([706b823](https://github.com/vue-a11y/vue-dark-mode/commit/706b823bbde91014bd4b4fb67de9accc776fbfaf))
* index.d.ts with definitions to install function ([4bcc6b7](https://github.com/vue-a11y/vue-dark-mode/commit/4bcc6b7158bb244f5ac9d0e9b49a8a9ceeeab741))
### Bug Fixes
* import terser module ([9bd904d](https://github.com/vue-a11y/vue-dark-mode/commit/9bd904d595b5596d4b92804d47bbf8109652e4bf))
* remove export component in index.js ([7380c6e](https://github.com/vue-a11y/vue-dark-mode/commit/7380c6ebc52a58a7a9b472745a1ef1f55884dc87))
* Toggle class in listener prefer-color-scheme: dark ([5177f4b](https://github.com/vue-a11y/vue-dark-mode/commit/5177f4b81b678c4e98827b284c0b0b0a3124f6fc))
* Update color mode on the listener only if chosenMode is system ([d3b4153](https://github.com/vue-a11y/vue-dark-mode/commit/d3b4153afbd54e7939fe6d28bd47b2b0d172c2a7))
### 0.1.1 (2020-05-08)

@@ -7,0 +23,0 @@

2

package.json
{
"name": "@vue-a11y/dark-mode",
"version": "0.1.1",
"version": "0.1.2",
"description": "A component that helps you implement \"dark-mode\" in your Vue app",

@@ -5,0 +5,0 @@ "main": "dist/vue-dark-mode.umd.js",

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

# [@vue-a11y/darkmode](https://vue-dark-mode.surge.sh)
# [@vue-a11y/dark-mode](https://vue-dark-mode.surge.sh)
A component that helps to implement dark mode and other color modes in your Vue application.

@@ -9,3 +9,3 @@

[@vue-a11y/darkmode](https://github.com/vue-a11y/vue-dark-mode) is very flexible, in addition to dark-mode, you can pass through props any color mode you want, for example, sepia, dark-blue, reading, and as many more as you want.
[@vue-a11y/dark-mode](https://github.com/vue-a11y/vue-dark-mode) is very flexible, in addition to dark-mode, you can pass through props any color mode you want, for example, sepia, dark-blue, reading, and as many more options.

@@ -12,0 +12,0 @@ ### Articles that served as inspiration:

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