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

css-has-pseudo

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-has-pseudo - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

4

CHANGELOG.md
# Changes to CSS Has Pseudo
### 5.0.1 (January 28, 2023)
- Improve `types` declaration in `package.json`
### 5.0.0 (January 24, 2023)

@@ -4,0 +8,0 @@

3

package.json
{
"name": "css-has-pseudo",
"description": "Style elements relative to other elements in CSS",
"version": "5.0.0",
"version": "5.0.1",
"contributors": [

@@ -33,2 +33,3 @@ {

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",

@@ -35,0 +36,0 @@ "require": "./dist/index.cjs",

@@ -151,7 +151,7 @@ # PostCSS Has Pseudo [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS]

<!-- When using a CDN url you will have to manually update the version number -->
<script src="https://unpkg.com/css-has-pseudo@5.0.0/dist/browser-global.js"></script>
<script src="https://unpkg.com/css-has-pseudo@5.0.1/dist/browser-global.js"></script>
<script>cssHasPseudo(document)</script>
```
⚠️ Please use a versioned url, like this : `https://unpkg.com/css-has-pseudo@5.0.0/dist/browser-global.js`
⚠️ Please use a versioned url, like this : `https://unpkg.com/css-has-pseudo@5.0.1/dist/browser-global.js`
Without the version, you might unexpectedly get a new major version of the library with breaking changes.

@@ -158,0 +158,0 @@

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