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

css-chain-test

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-chain-test - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

build.sh

16

package.json

@@ -10,3 +10,3 @@ {

},
"version": "1.0.3",
"version": "1.0.4",
"main": "index.js",

@@ -18,20 +18,14 @@ "module": "index.js",

"test": "bash test.sh",
"test:watch": "web-test-runner --watch",
"storybook": "npm run analyze -- --exclude dist && web-dev-server -c .storybook/server.mjs",
"storybook:build": "npm run analyze -- --exclude dist && build-storybook"
"test:watch": "web-test-runner --watch"
},
"dependencies": {
"css-chain": "^1.0.3",
"css-chain": "^1.0.4",
"lit": "^2.0.0"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.5.5",
"@open-wc/testing": "next",
"@open-wc/testing": "^3.0.1",
"@web/dev-server": "^0.1.25",
"@web/dev-server-storybook": "next",
"@web/test-runner": "^0.13.18",
"prismjs": "^1.25.0",
"trim": "^1.0.1"
"@web/test-runner": "^0.13.20"
},
"customElements": "custom-elements.json"
}

@@ -1,10 +0,10 @@

# CssChain & ApiChain test and \<api-chain> demo
This project is a test for [css-chain](https://github.com/sashafirsov/css-chain.git).
# CssChain & ApiChain test and \<css-chain> demo
ApiChain and CssChain JS. Collection API inherits the element API and Array.
[css-chain](https://github.com/sashafirsov/css-chain.git) hosts `ApiChain` and `CssChain` JS.
Collection API inherits the element API and Array.
[![coverage][coverage-image]](https://unpkg.com/css-chain-test@1.0.3/coverage/lcov-report/index.html)
[![coverage][coverage-image]](https://unpkg.com/css-chain-test@1.0.4/coverage/lcov-report/index.html)
## Live demo
https://unpkg.com/css-chain-test@1.0.3/demo/index.html
https://unpkg.com/css-chain-test@1.0.4/dist/demo.html

@@ -84,6 +84,6 @@ # [CssChain](https://github.com/sashafirsov/css-chain/blob/main/CssChain.js)

<script type="module">
import 'api-chain/css-chain-element.js';
import 'css-chain/css-chain-element.js';
</script>
<api-chain></api-chain>
<css-chain></css-chain>
```

@@ -90,0 +90,0 @@

import { expect } from '@open-wc/testing';
import '../css-chain-element.js';
import '../src/css-chain-element.js';

@@ -5,0 +5,0 @@ const promiseTimeout = ( time, ret ) => new Promise( resolve => setTimeout( () => resolve( ret ), time ) );

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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