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

postcss-unique-selectors

Package Overview
Dependencies
Maintainers
8
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-unique-selectors - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

6

package.json
{
"name": "postcss-unique-selectors",
"version": "7.0.1",
"version": "7.0.2",
"description": "Ensure CSS selectors are unique.",

@@ -26,3 +26,3 @@ "main": "src/index.js",

"dependencies": {
"postcss-selector-parser": "^6.1.0"
"postcss-selector-parser": "^6.1.1"
},

@@ -36,3 +36,3 @@ "bugs": {

"devDependencies": {
"postcss": "^8.4.38"
"postcss": "^8.4.40"
},

@@ -39,0 +39,0 @@ "peerDependencies": {

@@ -6,3 +6,3 @@ export = pluginCreator;

*/
declare function pluginCreator(): import('postcss').Plugin;
declare function pluginCreator(): import("postcss").Plugin;
declare namespace pluginCreator {

@@ -9,0 +9,0 @@ let postcss: true;

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