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

gulp-sass-partials-imported

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-sass-partials-imported - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

5

index.js

@@ -44,4 +44,4 @@ 'use strict';

let files_to_sass = [],
file_path = isWin ? file.replace(/\//g, '\\') : file;
let files_to_sass = [],
file_path = isWin ? file.replace(/\//g, '\\') : file;

@@ -80,3 +80,2 @@ files_to_sass = getSassFileToUpdate(file_path, graph);

} catch(e) {
console.log(e);
return [];

@@ -83,0 +82,0 @@ }

10

package.json
{
"name": "gulp-sass-partials-imported",
"version": "1.0.4",
"version": "1.0.5",
"description": "It process scss partials files and add the files that import them to the pipe.",

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

"scripts": {
"test": "tape specs/tests.js | tap-spec"
"test": "tape specs/tests.js | tap-spec",
"lint": "eslint ."
},

@@ -41,8 +42,7 @@ "files": [

"devDependencies": {
"ava": "^0.14.0",
"eslint-plugin-filenames": "^0.2.0",
"gulp": "^3.9.1",
"tap-spec": "^4.1.1",
"tape": "^4.5.1",
"xo": "^0.14.0"
"tape": "^4.5.1"
}
}

@@ -44,2 +44,4 @@ # gulp-sass-partials-imported [![Build Status](https://travis-ci.org/G100g/gulp-sass-partials-imported.svg?branch=master)](https://travis-ci.org/G100g/gulp-sass-partials-imported)

MIT © G100g(http://g100g.net)
MIT ©
G100g(http://g100g.net)
Davide Cantelli (http://ww.davidecantelli.it)
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