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

dist/index.cjs

6

CHANGELOG.md
# Changes to PostCSS Nesting
### 8.0.0 (April 26, 2021)
- Updated: Support for PostCSS 8+.
- Updated: Support for Node v12+.
- Updated: Support for the `@container` at-rule.
### 7.0.1 (July 29, 2018)

@@ -4,0 +10,0 @@

103

package.json
{
"name": "postcss-nesting",
"version": "7.0.1",
"description": "Nest style rules inside each other",
"description": "Nest rules inside each other in CSS",
"license": "CC0-1.0",
"version": "8.0.0",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"license": "CC0-1.0",
"repository": "jonathantneal/postcss-nesting",
"homepage": "https://github.com/jonathantneal/postcss-nesting#readme",
"bugs": "https://github.com/jonathantneal/postcss-nesting/issues",
"main": "index.cjs.js",
"module": "index.es.js",
"bugs": "https://github.com/csstools/postcss-nesting/issues",
"homepage": "https://github.com/csstools/postcss-nesting#readme",
"repository": "csstools/postcss-nesting",
"files": [
"index.cjs.js",
"index.es.js"
"dist",
"postcss-7"
],
"scripts": {
"prepublishOnly": "npm test",
"pretest": "rollup -c .rollup.js --silent",
"test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
"test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
"test:tape": "postcss-tape"
"build": "node .bin/build.js",
"test": "node .bin/test.js",
"test:lint": "node .bin/test-lint.js",
"test:tape": "node .bin/test-tape.js"
},
"devDependencies": {
"esbuild": "0.11.15",
"eslint": "7.25.0",
"eslint-config-dev": "2.0.0",
"postcss": "8.2.6",
"pre-commit": "1.2.2"
},
"browserslist": [
"node >= 12"
],
"engines": {
"node": ">=6.0.0"
"node": "12 - 16"
},
"dependencies": {
"postcss": "^7.0.2"
"eslintConfig": {
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module",
"ecmaFeatures": {
"modules": true
}
},
"rules": {
"semi": [
"error",
"never"
]
}
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-plugin-array-includes": "^2.0.3",
"eslint": "^5.6.0",
"eslint-config-dev": "^2.0.0",
"postcss-tape": "^2.2.0",
"pre-commit": "^1.2.2",
"rollup": "^0.66.0",
"rollup-plugin-babel": "^4.0.1"
"peerDependencies": {
"postcss": "^8"
},
"eslintConfig": {
"extends": "dev",
"parser": "babel-eslint"
"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": [
"postcss",
"postcss-plugin",
"css",
"postcss-plugin",
"atrules",

@@ -50,0 +89,0 @@ "child",

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