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 2.2.0 to 2.2.1

9

CHANGELOG.md

@@ -11,2 +11,11 @@ # Change Log

## 2.2.1
### Fixes
- Babel runtime error messages (#76, #77)
### Dependencies
- scss-tokenizer@^0.2.0
## [2.2.0]

@@ -13,0 +22,0 @@ ### Features

10

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

@@ -13,3 +13,4 @@ "license": "MIT",

"scripts": {
"test": "mocha"
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},

@@ -23,3 +24,3 @@ "keywords": [

"lodash": "^4.0.0",
"scss-tokenizer": "^0.1.2",
"scss-tokenizer": "^0.2.0",
"yargs": "^6.6.0"

@@ -30,4 +31,5 @@ },

"chai": "^3.5.0",
"coveralls": "^2.13.0",
"mocha": "^3.2.0",
"yargs": "^6.6.0"
"nyc": "^10.2.0"
},

@@ -34,0 +36,0 @@ "files": [

1

readme.md

@@ -6,2 +6,3 @@ # Sass Graph

[![Build Status](https://travis-ci.org/xzyfer/sass-graph.svg?branch=master)](https://travis-ci.org/xzyfer/sass-graph)
[![Coverage Status](https://coveralls.io/repos/github/xzyfer/sass-graph/badge.svg?branch=master)](https://coveralls.io/github/xzyfer/sass-graph?branch=master)
[![npm version](https://badge.fury.io/js/sass-graph.svg)](http://badge.fury.io/js/sass-graph)

@@ -8,0 +9,0 @@ [![Dependency Status](https://david-dm.org/xzyfer/sass-graph.svg?theme=shields.io)](https://david-dm.org/xzyfer/sass-graph)

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