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 4.0.4 to 4.0.5

2

lib/scss-tokenize.js

@@ -96,3 +96,3 @@ 'use strict'

if (returned.length) return returned.pop()
if (pos >= length) return
if (pos >= length) return undefined

@@ -99,0 +99,0 @@ let ignoreUnclosed = opts ? opts.ignoreUnclosed : false

{
"name": "postcss-scss",
"version": "4.0.4",
"version": "4.0.5",
"description": "SCSS parser for PostCSS",

@@ -26,8 +26,20 @@ "keywords": [

},
"./lib/nested-declaration": "./lib/nested-declaration.js",
"./lib/scss-parse": "./lib/scss-parse.js",
"./lib/scss-parser": "./lib/scss-parser.js",
"./lib/scss-stringifier": "./lib/scss-stringifier.js",
"./lib/scss-stringify": "./lib/scss-stringify.js",
"./lib/scss-tokenize": "./lib/scss-tokenize.js",
"./package.json": "./package.json"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/postcss-scss"
}
],
"peerDependencies": {

@@ -34,0 +46,0 @@ "postcss": "^8.3.3"

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