Socket
Socket
Sign inDemoInstall

postcss-load-config

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-load-config - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

src/index.d.ts

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [3.0.1](https://github.com/postcss/postcss-load-config/compare/v3.0.0...v3.0.1) (2021-02-07)
### Features
* **src/index:** Add type definition ([#211](https://github.com/postcss/postcss-load-config/pull/211))
## [3.0.0](https://github.com/postcss/postcss-load-config/compare/v2.1.2...v3.0.0) (2020-09-26)

@@ -7,0 +14,0 @@

3

package.json
{
"name": "postcss-load-config",
"version": "3.0.0",
"version": "3.0.1",
"description": "Autoload Config for PostCSS",
"main": "src/index.js",
"types": "src/index.d.ts",
"files": [

@@ -7,0 +8,0 @@ "src"

@@ -138,3 +138,3 @@ [![npm][npm]][npm-url]

module.exports = ({ env }) => ({
...options
...options,
plugins: {

@@ -151,3 +151,3 @@ 'postcss-plugin': env === 'production' ? {} : false

module.exports = ({ env }) => ({
...options
...options,
plugins: [

@@ -488,1 +488,8 @@ env === 'production' ? require('postcss-plugin')() : false

[chat-url]: https://gitter.im/postcss/postcss
## Security Contact
To report a security vulnerability, please use the [Tidelift security contact].
Tidelift will coordinate the fix and disclosure.
[Tidelift security contact]: https://tidelift.com/security
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