New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@buildit/gravy

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buildit/gravy - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

14

CHANGELOG.md

@@ -8,2 +8,16 @@ # Changelog

## [Unreleased]
## [2.1.0] - 2018-10-26
### Added
- Support for [`sass-module-importer`](https://github.com/lucasmotta/sass-module-importer) (thanks @ringods!)
### Fixed
- Upgraded old and insecure dependencies (issue #16)
## [2.0.1] - 2018-01-22

@@ -10,0 +24,0 @@

25

package.json
{
"name": "@buildit/gravy",
"version": "2.0.2",
"version": "2.1.0",
"description": "SASS foundation library.",
"main": "README.md",
"main": "sass/index.scss",
"repository": {

@@ -29,3 +29,6 @@ "type": "git",

"homepage": "https://github.com/buildit/gravy",
"contributors": [],
"contributors": [
"Ringo De Smet (https://ringo.de-smet.name/)",
"James Nash (http://cirrus.twiddles.com/)"
],
"engines": {

@@ -35,13 +38,13 @@ "node": ">=8.9.3"

"dependencies": {
"typi": "^3.1.2"
"typi": "^3.2.0"
},
"devDependencies": {
"mocha": "^5.1.1",
"node-sass": "^4.9.0",
"mocha": "^5.2.0",
"node-sass": "^4.9.4",
"sass-true": "^4.0.0",
"sassdoc": "^2.5.0",
"stylelint": "^9.2.0",
"stylelint-config-sass-guidelines": "^5.0.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^3.1.0"
"sassdoc": "^2.5.1",
"stylelint": "^9.6.0",
"stylelint-config-sass-guidelines": "^5.2.0",
"stylelint-order": "^1.0.0",
"stylelint-scss": "^3.3.1"
},

@@ -48,0 +51,0 @@ "scripts": {

@@ -41,3 +41,3 @@ [![CircleCI](https://circleci.com/gh/buildit/gravy/tree/master.svg?style=svg)](https://circleci.com/gh/buildit/gravy/tree/master)

If you have [Eyeglass](http://eyeglass.rocks) installed, you can simply include the symbol Gravy exports to your main scss file:
If you have [Eyeglass](http://eyeglass.rocks) or [`sass-module-importer`](https://github.com/lucasmotta/sass-module-importer) installed, you can simply include the symbol Gravy exports to your main scss file:

@@ -44,0 +44,0 @@ ```scss

Sorry, the diff of this file is not supported yet

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