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 3.0.0 to 3.0.1

dist/browser.mjs

4

CHANGELOG.md
# Changes to CSS Has Pseudo
### 3.0.1(December 27, 2021)
- Fixed: require/import paths for browser script
### 3.0.0 (December 13, 2021)

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

11

package.json
{
"name": "css-has-pseudo",
"version": "3.0.0",
"version": "3.0.1",
"description": "Style elements relative to other elements in CSS",

@@ -18,3 +18,5 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"./browser": {
"default": "./dist/browser.js"
"import": "./dist/browser.mjs",
"require": "./dist/browser.cjs",
"default": "./dist/browser.mjs"
},

@@ -49,3 +51,3 @@ "./browser-global": {

"dependencies": {
"postcss-selector-parser": "^6.0.7"
"postcss-selector-parser": "^6.0.8"
},

@@ -76,3 +78,6 @@ "devDependencies": {

"directory": "plugins/css-has-pseudo"
},
"volta": {
"extends": "../../package.json"
}
}

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