Socket
Socket
Sign inDemoInstall

postcss-import

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-import - npm Package Versions

1
6

7.0.0

Diff

Changelog

Source

7.0.0 - 2015-08-25

  • Removed: compatibility with postcss v4.x (#75)
  • Added: compatibility with postcss v5.x (#76)
  • Added: lighter package by upgrading some dependencies (#73)
moox
published 6.2.0 •

Changelog

Source

6.2.0 - 2015-07-21

  • Added: skipDuplicates option now allows you to not skip duplicated files (#67)
moox
published 6.1.1 •

Changelog

Source

6.1.1 - 2015-07-07

  • Fixed: Prevent mutability issue, round 2 (#44)
  • Added: plugins option, to run some postcss plugin on imported files (#55)
  • Added: bower_components is now part of the default paths (#66)
  • Added: async option allow to use enable PostCSS async API usage. Note that it's not enabling async fs read yet. It has been added to fix breaking change introduced by 6.1.0.
moox
published 6.0.0 •

Changelog

Source

6.0.0 - 2015-06-17

  • Changed: warnings messages are now using postcss message api (4.1.x)
  • Added: warning when a import statement has not been closed correctly (#42)
moox
published 5.2.2 •

Changelog

Source

5.2.2 - 2015-04-19

  • Fixed: globbed imports work for module directories (#37)
moox
published 5.2.1 •

Changelog

Source

5.2.1 - 2015-04-17

  • Fixed: glob import now works with single quote @import (#36)
moox
published 5.2.0 •

Changelog

Source

5.2.0 - 2015-04-15

  • Added: glob pattern are now supported if glob option is set to true (#34)
  • Added: plugin can now be added to PostCSS without calling it as a function (#27)
moox
published 5.1.1 •

Changelog

Source

5.1.1 - 2015-04-10

  • Fixed: regression of 5.1.0: files which only contain same @import rules were skip (#31)
moox
published 5.1.0 •

Changelog

Source

5.1.0 - 2015-03-27

  • Added: files with the same content will only be imported once. Previously, only the full path was used to determine if a file has already been imported in a given scope. Now, we also test create a hash with the content of the file to check if a file with the same content has not already been imported. This might be usefull if some modules you import are importing the same library from different places (eg: normalize might be as dep for several modules located in different places in node_modules) (#29)
moox
published 5.0.3 •

Changelog

Source

5.0.3 - 2015-02-16

  • Fixed: regression of 5.0.2: AST parent references were not updated (#25)
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