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

sass-graph

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-graph - npm Package Compare versions

Comparing version 3.0.5 to 4.0.0

14

CHANGELOG.md

@@ -15,2 +15,16 @@ # Change Log

## [3.0.5]
### Fixes
- Remove .css from default extensions in readme.md (@dosentmatter, #106)
- Expand Travis CI test matrix (@xzyfer)
### Tests
- Test yargs version support in CI (@xzyfer)
### Dependencies
- Bump yargs@^13.3.2 (@xzyfer, #108)
## [3.0.4]

@@ -17,0 +31,0 @@ ### Fixes

6

package.json
{
"name": "sass-graph",
"version": "3.0.5",
"version": "4.0.0",
"description": "Parse sass files and extract a graph of imports",

@@ -24,3 +24,3 @@ "license": "MIT",

"scss-tokenizer": "^0.3.0",
"yargs": "^13.3.2"
"yargs": "^17.2.1"
},

@@ -35,3 +35,3 @@ "devDependencies": {

"engines": {
"node": ">= 4"
"node": ">=12"
},

@@ -38,0 +38,0 @@ "files": [

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