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

adopted-style-sheets

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adopted-style-sheets - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8-rc.0

21

package.json
{
"name": "adopted-style-sheets",
"version": "1.1.7",
"version": "1.1.8-rc.0",
"license": "EUPL-1.2",

@@ -35,2 +35,4 @@ "description": "This library implements functions to use the adopted style of web components for multiple themes.",

"devDependencies": {
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@swc/core": "1.10.1",

@@ -41,5 +43,9 @@ "@types/mocha": "10.0.10",

"eslint": "8.57.1",
"husky": "9.1.7",
"knip": "5.40.0",
"mocha": "10.8.2",
"npm-check-updates": "17.1.11",
"npm-run-all2": "7.0.1",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"tsup": "8.3.5",

@@ -68,6 +74,17 @@ "typescript": "5.7.2",

"build:unbuild": "unbuild",
"clean": "git clean -f -d -X",
"clean:branches": "git branch --merged | grep -v \\* | xargs git branch -D",
"format": "prettier --check src",
"lint": "tsc --noemit && eslint src",
"unused": "knip"
"ncu:major": "ncu && pnpm exec ncu",
"ncu:minor": "ncu -t minor -u && pnpm exec ncu -t minor -u",
"ncu:patch": "ncu -t patch -u && pnpm exec ncu -t patch -u",
"prepare:husky": "rimraf .husky && husky && npm-run-all2 prepare:husky:*",
"prepare:husky:commitlint": "echo \"npx commitlint --edit $1\" >> .husky/commit-msg",
"prepare:husky:format": "echo \"pnpm format\" >> .husky/pre-push",
"prepare:husky:lint": "echo \"pnpm lint\" >> .husky/pre-commit",
"prepare:husky:unused": "echo \"pnpm unused\" >> .husky/pre-push",
"unused": "knip",
"update": "pnpm ncu:minor && pnpm ncu:major"
}
}
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