Socket
Socket
Sign inDemoInstall

css-what

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.1 to 3.4.2

4

lib/stringify.js

@@ -19,3 +19,5 @@ "use strict";

};
var charsToEscape = new Set(__spreadArrays(Object.values(actionTypes).filter(Boolean), [
var charsToEscape = new Set(__spreadArrays(Object.keys(actionTypes)
.map(function (typeKey) { return actionTypes[typeKey]; })
.filter(Boolean), [
":",

@@ -22,0 +24,0 @@ "[",

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

"description": "a CSS selector parser",
"version": "3.4.1",
"version": "3.4.2",
"funding": "https://github.com/sponsors/fb55",

@@ -38,2 +38,3 @@ "repository": {

"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^11.1.0",
"jest": "^26.0.1",

@@ -40,0 +41,0 @@ "prettier": "^2.0.5",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc