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

gulp-dart-sass

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-dart-sass - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

package.json
{
"name": "gulp-dart-sass",
"version": "1.0.2",
"version": "1.0.3",
"description": "Gulp plugin for sass",

@@ -31,3 +31,3 @@ "main": "index.js",

"replace-ext": "^1.0.0",
"sass": "^1.26.3",
"sass": "1.49.0",
"strip-ansi": "^4.0.0",

@@ -39,3 +39,3 @@ "through2": "^2.0.0",

"autoprefixer": "^9.7.5",
"eslint": "^6.8.0",
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",

@@ -42,0 +42,0 @@ "eslint-plugin-import": "^2.20.2",

@@ -59,3 +59,3 @@ # gulp-dart-sass [![Build Status](https://travis-ci.org/mattdsteele/gulp-dart-sass.svg?branch=master)](https://travis-ci.org/mattdsteele/gulp-dart-sass) [![Join the chat at https://gitter.im/mattdsteele/gulp-dart-sass](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mattdsteele/gulp-dart-sass?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![npm version](https://badge.fury.io/js/gulp-dart-sass.svg)](http://badge.fury.io/js/gulp-dart-sass)

Pass in options just like you would for [`dart-sass`](https://github.com/sass/node-sass#options); they will be passed along just as if you were using `dart-sass`. Except for the `data` option which is used by gulp-dart-sass internally. Using the `file` option is also unsupported and results in undefined behaviour that may change without notice.
Pass in options just like you would for [`node-sass`](https://github.com/sass/node-sass#options); they will be passed along just as if you were using `dart-sass`. Except for the `data` option which is used by gulp-dart-sass internally. Using the `file` option is also unsupported and results in undefined behaviour that may change without notice.

@@ -62,0 +62,0 @@ For example:

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