adopted-style-sheets
Advanced tools
Comparing version 0.0.0 to 1.0.0-rc.0
{ | ||
"name": "adopted-style-sheets", | ||
"version": "0.0.0", | ||
"version": "1.0.0-rc.0", | ||
"license": "EUPL-1.2", | ||
"description": "This library implements features to use the adopted style of web components for multiple themes.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
@@ -22,4 +19,55 @@ "webcomponents", | ||
], | ||
"author": "Martin Oppitz", | ||
"license": "MIT" | ||
"author": { | ||
"email": "github@martinoppitz.com", | ||
"name": "Martin Oppitz", | ||
"url": "https://martinoppitz.com" | ||
}, | ||
"contributors": [ | ||
{ | ||
"email": "github@martinoppitz.com", | ||
"name": "Martin Oppitz", | ||
"url": "https://martinoppitz.com" | ||
} | ||
], | ||
"scripts": { | ||
"build": "unbuild && node scripts/minify.cjs", | ||
"prepack": "npm run build" | ||
}, | ||
"dependencies": { | ||
"loglevel": "1.8.1" | ||
}, | ||
"devDependencies": { | ||
"@types/clean-css": "4.2.6", | ||
"@types/mocha": "10.0.1", | ||
"@types/node": "18.15.3", | ||
"@typescript-eslint/eslint-plugin": "5.55.0", | ||
"@typescript-eslint/parser": "5.55.0", | ||
"chai": "4.3.7", | ||
"esbuild": "0.17.12", | ||
"esbuild-register": "3.4.2", | ||
"eslint": "8.36.0", | ||
"jsdom": "21.1.1", | ||
"jsdom-global": "3.0.2", | ||
"mocha": "10.2.0", | ||
"mock-local-storage": "1.1.23", | ||
"nyc": "15.1.0", | ||
"prettier": "2.8.4", | ||
"terser": "5.16.6", | ||
"typescript": "5.0.2", | ||
"unbuild": "1.1.2" | ||
}, | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
] | ||
} |
@@ -1,7 +0,5 @@ | ||
# Adopted Style Sheets | ||
# Web Component Core-Library | ||
This library implements features to use the adopted style of web components for multiple themes. | ||
This library decouple the web component markup fully from the style sheets. | ||
## Used by | ||
- [KoliBri - The accessible Webcomponents Standard](https://github.com/public-ui/kolibri) | ||
You have a register method to register some component loader and style themes. About dataset in the HTML you can switch between registered style themes over the same components. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
48854
6
145
Yes
1
18
1
90
6
+ Addedloglevel@1.8.1
+ Addedloglevel@1.8.1(transitive)