Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 8.0.0 to 8.0.1

lib/join-media.js

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 8.0.1 - 2015-01-27
- Fixed: missing "lib" folder
([#161](https://github.com/postcss/postcss-import/issues/161))
# 8.0.0 - 2015-01-27

@@ -2,0 +7,0 @@

5

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

@@ -17,3 +17,4 @@ "keywords": [

"files": [
"index.js"
"index.js",
"lib"
],

@@ -20,0 +21,0 @@ "dependencies": {

3

README.md

@@ -7,7 +7,6 @@ # postcss-import

> [PostCSS](https://github.com/postcss/postcss) plugin to transform `@import`
rules by inlining content.
This plugin can consume local files, node modules or bower packages.
This plugin can consume local files, node modules or web_modules.
To resolve path of an `@import` rule, it can look into root directory

@@ -14,0 +13,0 @@ (by default `process.cwd()`), `web_modules`, `node_modules`

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