Socket
Socket
Sign inDemoInstall

node-sass

Package Overview
Dependencies
192
Maintainers
7
Versions
148
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.13.0 to 3.13.1

3

lib/index.js

@@ -185,2 +185,5 @@ /*!

function getOptions(opts, cb) {
if (typeof opts !== 'object') {
throw new Error('Invalid: options is not an object.');
}
var options = clonedeep(opts || {});

@@ -187,0 +190,0 @@

4

package.json
{
"name": "node-sass",
"version": "3.13.0",
"version": "3.13.1",
"libsass": "3.3.6",

@@ -82,4 +82,4 @@ "description": "Wrapper around libsass",

"rimraf": "^2.5.2",
"sass-spec": "^3.3.6-3"
"sass-spec": "^3.3.6-5"
}
}

@@ -260,3 +260,3 @@ # node-sass

`true` enables additional debugging information in the output file as CSS comments
`true` Enables the line number and file where a selector is defined to be emitted into the compiled CSS as a comment. Useful for debugging, especially when using imports and mixins.

@@ -355,3 +355,3 @@ ### sourceMap

outFile: '/to/my/output.css',
sourceMap: true, // or an absolute or relative (to outFile) path
sourceMap: true, // or an absolute or relative (to outFile) path
importer: function(url, prev, done) {

@@ -358,0 +358,0 @@ // url is the path in import as is, which LibSass encountered.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc