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.2 to 10.0.3

dist/cli.mjs

102

package.json

@@ -5,4 +5,9 @@ {

"license": "CC0-1.0",
"version": "10.0.2",
"type": "module",
"version": "10.0.3",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting#readme",
"bugs": "https://github.com/csstools/postcss-plugins/issues",
"publishConfig": {
"access": "public"
},
"main": "dist/index.cjs",

@@ -12,9 +17,2 @@ "module": "dist/index.mjs",

"unpkg": "dist/index.mjs",
"publishConfig": {
"access": "public"
},
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"bugs": "https://github.com/csstools/postcss-nesting/issues",
"homepage": "https://github.com/csstools/postcss-nesting#readme",
"repository": "csstools/postcss-nesting",
"exports": {

@@ -31,71 +29,27 @@ ".": {

],
"bin": {
"postcss-nesting": "dist/cli.mjs"
},
"scripts": {
"prepublishOnly": "npm run build && npm test",
"build": "rollup -c .rollup.js",
"test": "node .bin/test.js",
"test:lint": "node .bin/test-lint.js",
"test:tape": "node .bin/test-tape.js",
"test:deno": "deno run --unstable --allow-env --allow-read .bin/test-deno.js"
"build": "rollup -c ../../rollup/default.js",
"clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"",
"lint": "eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern",
"prepublishOnly": "npm run clean && npm run build && npm run test",
"stryker": "stryker run --logLevel error",
"test": "postcss-tape --ci",
"test:deno": "deno run --unstable --allow-env --allow-read test/deno/test.js"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"eslint": "^8.1.0",
"rollup": "^2.58.3",
"rollup-plugin-terser": "^7.0.2",
"postcss": "8.3.11",
"pre-commit": "1.2.2"
},
"browserslist": [
"node >= 12"
],
"engines": {
"node": ">= 12"
"node": "^12 || ^14 || >=16"
},
"eslintConfig": {
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module",
"ecmaFeatures": {
"modules": true
}
},
"rules": {
"semi": [
"error",
"never"
]
}
"dependencies": {
"postcss-selector-parser": "^6.0.7"
},
"devDependencies": {
"postcss": "^8.3.6",
"postcss-tape": "^6.0.1"
},
"peerDependencies": {
"postcss": "^8.2"
"postcss": "^8.3"
},
"prettier": {
"arrowParens": "always",
"bracketSpacing": true,
"printWidth": 240,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": true,
"overrides": [
{
"files": [
"*.json",
"*.md",
".prettierrc",
"*.yml"
],
"options": {
"useTabs": false
}
}
]
},
"sideEffects": false,
"keywords": [

@@ -119,5 +73,7 @@ "postcss",

],
"dependencies": {
"postcss-selector-parser": "6.0.6"
"repository": {
"type": "git",
"url": "https://github.com/csstools/postcss-plugins.git",
"directory": "plugins/postcss-nesting"
}
}

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

[![CSS Standard Status][css-img]][css-url]
[![Build Status][cli-img]][cli-url]
[![Support Chat][git-img]][git-url]

@@ -82,4 +81,2 @@

[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

@@ -94,3 +91,3 @@ [css-url]: https://cssdb.org/#nesting-rules

[PostCSS]: https://github.com/postcss/postcss
[PostCSS Nesting]: https://github.com/jonathantneal/postcss-nesting
[PostCSS Nesting]: https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting
[Deno]: https://deno.land/x/postcss_nesting

@@ -97,0 +94,0 @@ [PostCSS Nested]: https://github.com/postcss/postcss-nested

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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