New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aiursoft/autodark.js

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aiursoft/autodark.js - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

1

dist/cjs/autodark.js

@@ -199,3 +199,2 @@ "use strict";

}
console.log(document.getElementsByClassName('navbar')[0].classList);
// Apply the settings:

@@ -202,0 +201,0 @@ settings.forEach((itemChanges) => {

@@ -196,3 +196,2 @@ /* eslint-disable @typescript-eslint/naming-convention */

}
console.log(document.getElementsByClassName('navbar')[0].classList);
// Apply the settings:

@@ -199,0 +198,0 @@ settings.forEach((itemChanges) => {

7

package.json
{
"name": "@aiursoft/autodark.js",
"version": "1.1.2",
"version": "1.1.3",
"description": "Auto dark theme",

@@ -12,6 +12,3 @@ "main": "dist/cjs/autodark.js",

"build-js": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",
"build": "npm run build-css && npm run build-js && npm run minify-all",
"minify-cjs": "esbuild dist/cjs/autodark.js --bundle --minify --outfile=dist/cjs/autodark.min.js",
"minify-esm": "esbuild dist/esm/autodark.js --bundle --minify --outfile=dist/esm/autodark.min.js",
"minify-all": "npm run minify-cjs && npm run minify-esm",
"build": "npm run build-css && npm run build-js",
"format": "prettier --write .",

@@ -18,0 +15,0 @@ "lint": "eslint src/ --ext .ts && prettier --check ."

@@ -215,4 +215,2 @@ /* eslint-disable @typescript-eslint/naming-convention */

console.log(document.getElementsByClassName('navbar')[0].classList)
// Apply the settings:

@@ -219,0 +217,0 @@ settings.forEach((itemChanges: ItemChanges) => {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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