Socket
Socket
Sign inDemoInstall

postcss

Package Overview
Dependencies
Maintainers
1
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

5

CHANGELOG.md

@@ -0,4 +1,7 @@

## 5.0.2
* Fix `remove(index)` to be compatible with 4.x plugin.
## 5.0.1
* Fix PostCSS 4.x plugins compatibility.
* Fix type definition loading (Jed Mao).
* Fix type definition loading (by Jed Mao).

@@ -5,0 +8,0 @@ ## 5.0 “President Valac”

2

lib/container.js

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

Container.prototype.remove = function remove(child) {
if (child) {
if (typeof child !== 'undefined') {
_warnOnce2['default']('Container#remove is deprecated. ' + 'Use Container#removeChild');

@@ -336,0 +336,0 @@ this.removeChild(child);

{
"name": "postcss",
"version": "5.0.1",
"version": "5.0.2",
"description": "Tool for transforming styles with JS plugins",

@@ -31,6 +31,8 @@ "keywords": [

"gulp-json-editor": "2.2.1",
"gulp-istanbul": "0.10.0",
"run-sequence": "1.1.2",
"babel-eslint": "4.0.10",
"gulp-eslint": "1.0.0",
"gulp-mocha": "2.1.3",
"gulp-babel": "5.2.1",
"gulp-mocha": "2.1.3",
"strip-ansi": "3.0.0",

@@ -41,2 +43,3 @@ "yaspeller": "2.5.0",

"fs-extra": "0.23.1",
"isparta": "3.0.3",
"eslint": "1.2.1",

@@ -43,0 +46,0 @@ "sinon": "1.16.1",

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