Socket
Socket
Sign inDemoInstall

postcss-nesting

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-nesting - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

postcss-7-nesting/package.json

4

CHANGELOG.md
# Changes to PostCSS Nesting
### 8.0.1 (May 1, 2021)
- Fixed: Compatibility issue with CommonJS.
### 8.0.0 (April 26, 2021)

@@ -4,0 +8,0 @@

33

package.json

@@ -5,7 +5,8 @@ {

"license": "CC0-1.0",
"version": "8.0.0",
"version": "8.0.1",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"main": "postcss-8-nesting/postcss-nesting.cjs",
"module": "postcss-8-nesting/postcss-nesting.mjs",
"jsdelivr": "postcss-8-nesting/postcss-nesting.mjs",
"unpkg": "postcss-8-nesting/postcss-nesting.mjs",
"publishConfig": {

@@ -18,5 +19,22 @@ "access": "public"

"repository": "csstools/postcss-nesting",
"exports": {
".": {
"import": "./postcss-8-nesting/postcss-nesting.mjs",
"require": "./postcss-8-nesting/postcss-nesting.cjs",
"default": "./postcss-8-nesting/postcss-nesting.mjs"
},
"./postcss-7-nesting": {
"import": "./postcss-7-nesting/postcss-nesting.mjs",
"require": "./postcss-7-nesting/postcss-nesting.cjs",
"default": "./postcss-7-nesting/postcss-nesting.mjs"
},
"./postcss-8-nesting": {
"import": "./postcss-8-nesting/postcss-nesting.mjs",
"require": "./postcss-8-nesting/postcss-nesting.cjs",
"default": "./postcss-8-nesting/postcss-nesting.mjs"
}
},
"files": [
"dist",
"postcss-7"
"postcss-7-nesting",
"postcss-8-nesting"
],

@@ -31,5 +49,6 @@ "scripts": {

"devDependencies": {
"esbuild": "0.11.15",
"esbuild": "0.11.17",
"eslint": "7.25.0",
"eslint-config-dev": "2.0.0",
"nodemon": "2.0.7",
"postcss": "8.2.6",

@@ -36,0 +55,0 @@ "pre-commit": "1.2.2"

@@ -68,4 +68,4 @@ # PostCSS Nesting [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS" width="90" height="90" align="right">][postcss]

[cli-img]: https://img.shields.io/travis/jonathantneal/postcss-nesting.svg
[cli-url]: https://travis-ci.org/jonathantneal/postcss-nesting
[cli-img]: https://img.shields.io/travis/csstools/postcss-nesting.svg
[cli-url]: https://travis-ci.org/csstools/postcss-nesting
[css-img]: https://cssdb.org/badge/nesting-rules.svg

@@ -72,0 +72,0 @@ [css-url]: https://cssdb.org/#nesting-rules

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