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

gulp-sass

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-sass - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

4

package.json
{
"name": "gulp-sass",
"version": "1.1.0",
"version": "1.2.0",
"description": "Gulp plugin for sass",

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

"dependencies": {
"node-sass": "^0.9",
"node-sass": "^1.0",
"gulp-util": "^3.0",

@@ -27,0 +27,0 @@ "map-stream": "~0.1",

@@ -110,3 +110,3 @@ var assert = require('assert');

t.equal(err.message,
'source string:1: error: property "font" must be followed by a \':\'\n'
'stdin:1: property "font" must be followed by a \':\'\n'
);

@@ -124,3 +124,3 @@ t.end();

t.equal(err.message,
'source string:1: error: property "font" must be followed by a \':\'\n'
'stdin:1: property "font" must be followed by a \':\'\n'
);

@@ -135,3 +135,3 @@ t.end();

t.equal(err,
'source string:1: error: property "font" must be followed by a \':\'\n'
'stdin:1: property "font" must be followed by a \':\'\n'
);

@@ -145,2 +145,2 @@ t.end();

stream.write(errorFile);
});
});
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