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 5.0.0-rc.2 to 5.0.0-rc.3

2

dist/parser.js

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

if (this.currToken[_tokenize.FIELDS.TYPE] === tokens.space) {
if (this.currToken && this.currToken[_tokenize.FIELDS.TYPE] === tokens.space) {
node.spaces.after = this.optionalSpace(this.content());

@@ -637,0 +637,0 @@ this.position++;

{
"name": "postcss-selector-parser",
"version": "5.0.0-rc.2",
"version": "5.0.0-rc.3",
"devDependencies": {
"ava": "^0.24.0",
"babel-cli": "^6.4.0",
"ava": "^0.25.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.4.0",

@@ -16,9 +16,8 @@ "babel-plugin-add-module-exports": "^0.2.0",

"del-cli": "^0.2.0",
"eslint": "^3.0.0",
"eslint-config-cssnano": "^3.0.0",
"eslint": "^4.19.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.10.2",
"eslint-plugin-import": "^2.11.0",
"glob": "^7.0.3",
"minimist": "^1.2.0",
"nyc": "^11.4.1",
"nyc": "^11.7.3",
"postcss": "^6.0.6",

@@ -45,2 +44,3 @@ "semver": "^5.5.0"

"dependencies": {
"babel-eslint": "^8.2.3",
"cssesc": "^1.0.1",

@@ -77,6 +77,3 @@ "indexes-of": "^1.0.1",

]
},
"eslintConfig": {
"extends": "cssnano"
}
}
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