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

adopted-style-sheets

Package Overview
Dependencies
Maintainers
1
Versions
21
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 0.0.0 to 1.0.0-rc.0

dist/index.cjs

62

package.json
{
"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"
]
}

8

README.md

@@ -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.
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