Socket
Socket
Sign inDemoInstall

postcss-nesting

Package Overview
Dependencies
Maintainers
2
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 10.0.1 to 10.0.2

mod.js

5

package.json

@@ -5,3 +5,3 @@ {

"license": "CC0-1.0",
"version": "10.0.1",
"version": "10.0.2",
"type": "module",

@@ -27,3 +27,4 @@ "main": "dist/index.cjs",

"files": [
"dist"
"dist",
"mod.js"
],

@@ -30,0 +31,0 @@ "scripts": {

2

README.md

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

import postcss from "https://deno.land/x/postcss/mod.js";
import postcssNesting from "https://deno.land/x/postcss_nesting/mod.js";
import postcssNesting from "https://cdn.jsdelivr.net/npm/postcss-nesting@10/mod.js";

@@ -73,0 +73,0 @@ await postcss([postcssNesting]).process(YOUR_CSS /*, processOptions */);

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