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

dark-mode-toggle

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dark-mode-toggle - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

21

package.json
{
"name": "dark-mode-toggle",
"version": "0.9.0",
"version": "0.10.0",
"description": "Web Component that toggles dark mode 🌒",

@@ -39,9 +39,10 @@ "main": "./dist/dark-mode-toggle.mjs",

"devDependencies": {
"eslint": "^7.32.0",
"eslint": "^8.2.0",
"eslint-config-google": "^0.14.0",
"http-server": "^13.0.2",
"http-server": "^14.0.0",
"postcss-html": "^1.2.0",
"shx": "^0.3.3",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"terser": "^5.8.0"
"stylelint": "^14.1.0",
"stylelint-config-standard": "^24.0.0",
"terser": "^5.10.0"
},

@@ -89,4 +90,10 @@ "eslintConfig": {

]
}
},
"overrides": [
{
"files": ["*.html", "**/*.html"],
"customSyntax": "postcss-html"
}
]
}
}

@@ -84,4 +84,3 @@ # `<dark-mode-toggle>` Element

<img src="https://googlechromelabs.github.io/dark-mode-toggle/demo/cat.jpg"
alt="Sitting cat in front of a tree" width="320" height="195"
intrinsicsize="640x390">
alt="Sitting cat in front of a tree" width="320" height="195">
<p>Check out the dark mode toggle in the upper right corner!</p>

@@ -88,0 +87,0 @@ </main>

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