Socket
Socket
Sign inDemoInstall

postcss-import

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-import - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

4

CHANGELOG.md

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

# 5.0.3 - 2015-02-16
- Fixed: regression of 5.0.2: AST parent references were not updated ([#25](https://github.com/postcss/postcss-import/issues/25))
# 5.0.2 - 2015-02-14

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

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

// keep ast clean
// keep AST clean
newNodes.forEach(function(node) {node.parent = wrapper})

@@ -239,2 +239,6 @@ wrapper.source = atRule.source

}
// keep AST clean
newNodes.forEach(function(node) {node.parent = atRule.parent})
// replace atRule by imported nodes

@@ -241,0 +245,0 @@ var nodes = atRule.parent.nodes

2

package.json
{
"name": "postcss-import",
"version": "5.0.2",
"version": "5.0.3",
"description": "PostCSS plugin to import CSS files",

@@ -5,0 +5,0 @@ "keywords": [

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