Socket
Socket
Sign inDemoInstall

theme-change

Package Overview
Dependencies
0
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.2.0

index.d.ts

11

package.json
{
"name": "theme-change",
"version": "2.1.0",
"version": "2.2.0",
"description": "Change CSS theme with toggle, buttons or select using CSS Variables and localStorage",

@@ -12,3 +12,3 @@ "keywords": [

"main": "index.js",
"typings": "index.js",
"typings": "index.d.ts",
"files": [

@@ -18,3 +18,4 @@ "index.js",

"select.js",
"btn.js"
"btn.js",
"index.d.ts"
],

@@ -32,2 +33,3 @@ "repository": {

"devDependencies": {
"shx": "^0.3.4",
"uglify-es": "^3.3.9"

@@ -40,5 +42,6 @@ },

"build:index": "uglifyjs src/toggle.js src/btn.js src/select.js src/callAll.js src/export.js -o index.js",
"build": "npm run build:btn && npm run build:toggle && npm run build:select && npm run build:index"
"copy:index.d.ts": "shx cp src/index.d.ts .",
"build": "npm run build:btn && npm run build:toggle && npm run build:select && npm run build:index && npm run copy:index.d.ts"
},
"dependencies": {}
}
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