Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-scss

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-scss - npm Package Compare versions

Comparing version 3.0.5 to 4.0.0

10

package.json
{
"name": "postcss-scss",
"version": "3.0.5",
"version": "4.0.0",
"description": "SCSS parser for PostCSS",

@@ -17,3 +17,3 @@ "keywords": [

"engines": {
"node": ">=10.0"
"node": ">=12.0"
},

@@ -27,3 +27,3 @@ "main": "lib/scss-syntax",

},
"./": "./"
"./package.json": "./package.json"
},

@@ -34,5 +34,5 @@ "funding": {

},
"dependencies": {
"postcss": "^8.2.7"
"peerDependencies": {
"postcss": "^8.3.3"
}
}

@@ -1,2 +0,2 @@

# PostCSS SCSS Syntax [![Build Status][ci-img]][ci]
# PostCSS SCSS Syntax

@@ -14,8 +14,7 @@ <img align="right" width="95" height="95"

[PostCSS]: https://github.com/postcss/postcss
[ci-img]: https://img.shields.io/travis/postcss/postcss-scss.svg
[SCSS]: http://sass-lang.com/
[ci]: https://travis-ci.org/postcss/postcss-scss
<a href="https://evilmartians.com/?utm_source=postcss">
<img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg" alt="Sponsored by Evil Martians" width="236" height="54">
<img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg"
alt="Sponsored by Evil Martians" width="236" height="54">
</a>

@@ -27,12 +26,6 @@

```sh
npm --save install postcss-scss
npm --save install postcss postcss-scss
```
or (if you use [Yarn](https://yarnpkg.com/))
```sh
yarn add --dev postcss-scss
```
## Usage

@@ -39,0 +32,0 @@

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