Socket
Socket
Sign inDemoInstall

autoprefixer

Package Overview
Dependencies
19
Maintainers
4
Versions
243
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.6.3 to 9.6.4

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 9.6.4
* Now the real fix for `'startsWith' of undefined` error.
## 9.6.3

@@ -5,0 +8,0 @@ * Fix `Cannot read property 'startsWith' of undefined` error.

2

lib/processor.js

@@ -83,3 +83,3 @@ "use strict";

return decl.parent.nodes.some(function (node) {
// if (node.type !== 'decl') return false
if (node.type !== 'decl') return false;
var displayGrid = node.prop === 'display' && /(inline-)?grid/.test(node.value);

@@ -86,0 +86,0 @@ var gridTemplate = node.prop.startsWith('grid-template');

{
"name": "autoprefixer",
"version": "9.6.3",
"version": "9.6.4",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",

@@ -5,0 +5,0 @@ "keywords": ["autoprefixer", "css", "prefix", "postcss", "postcss-plugin"],

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc