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

has-pseudo-class

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

has-pseudo-class - npm Package Compare versions

Comparing version 1.0.1 to 3.3.0

2

index.js

@@ -5,3 +5,3 @@ 'use strict'

module.exports = function hasPseudoClass (selector) {
module.exports = function hasPseudoClass(selector) {
if (typeof selector !== 'string') {

@@ -8,0 +8,0 @@ throw new TypeError('has-pseudo-class expected a string')

@@ -5,3 +5,3 @@ {

"author": "John Otander <johnotander@gmail.com> (johnotander.com)",
"version": "1.0.1",
"version": "3.3.0",
"main": "index.js",

@@ -23,7 +23,8 @@ "files": [

"dependencies": {
"pseudo-classes": "0.0.1"
"pseudo-classes": "1.0.0"
},
"devDependencies": {
"ava": "^0.8.0"
}
"ava": "^0.25.0"
},
"gitHead": "5604528037164f4b8eb81e8a5215c433c9814407"
}
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