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.0.14 to 6.0.15

4

CHANGELOG.md

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

# 6.0.15
- Fixed: Node#prev and Node#next type for the first/last node
# 6.0.14

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

2

package.json
{
"name": "postcss-selector-parser",
"version": "6.0.14",
"version": "6.0.15",
"devDependencies": {

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

@@ -167,4 +167,4 @@ // Type definitions for postcss-selector-parser 2.2.3

replaceWith(...nodes: Node[]): Node;
next(): Node;
prev(): Node;
next(): Node | undefined;
prev(): Node | undefined;
clone(opts?: {[override: string]:any}): this;

@@ -171,0 +171,0 @@ /**

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