Socket
Socket
Sign inDemoInstall

postcss-selector-parser

Package Overview
Dependencies
3
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-rc.0 to 4.0.0-rc.1

2

dist/selectors/node.js

@@ -14,3 +14,3 @@ 'use strict';

var cloneNode = function cloneNode(obj, parent) {
if ((typeof obj === 'undefined' ? 'undefined' : _typeof(obj)) !== 'object') {
if ((typeof obj === 'undefined' ? 'undefined' : _typeof(obj)) !== 'object' || obj === null) {
return obj;

@@ -17,0 +17,0 @@ }

{
"name": "postcss-selector-parser",
"version": "4.0.0-rc.0",
"version": "4.0.0-rc.1",
"devDependencies": {

@@ -5,0 +5,0 @@ "ava": "^0.24.0",

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

*/
setPropertyAndEscape(name: string, value: any, valueEscaped: string);
setPropertyAndEscape(name: string, value: any, valueEscaped: string): void;
/**

@@ -184,3 +184,3 @@ * When you want a value to passed through to CSS directly. This method

*/
setPropertyWithoutEscape(name: string, value: any);
setPropertyWithoutEscape(name: string, value: any): void;
/**

@@ -195,3 +195,3 @@ * Some non-standard syntax doesn't follow normal escaping rules for css.

*/
appendToPropertyAndEscape(name, value, valueEscaped);
appendToPropertyAndEscape(name: string, value: any, valueEscaped: string): void;
toString(): string;

@@ -198,0 +198,0 @@ }

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc