Socket
Socket
Sign inDemoInstall

postcss-selector-parser

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-selector-parser - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 6.1.1
- Fixed: improve typings of constructor helpers (#292)
# 6.1.0

@@ -2,0 +6,0 @@

2

package.json
{
"name": "postcss-selector-parser",
"version": "6.1.0",
"version": "6.1.1",
"devDependencies": {

@@ -5,0 +5,0 @@ "@babel/cli": "^7.11.6",

@@ -535,3 +535,3 @@ // Type definitions for postcss-selector-parser 2.2.3

}
function id(opts: any): any;
function id(opts: any): Identifier;
function isIdentifier(node: any): node is Identifier;

@@ -542,3 +542,3 @@

}
function nesting(opts: any): any;
function nesting(opts?: any): Nesting;
function isNesting(node: any): node is Nesting;

@@ -555,4 +555,4 @@

}
function universal(opts?: NamespaceOptions): any;
function universal(opts?: NamespaceOptions): Universal;
function isUniversal(node: any): node is Universal;
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc