Socket
Socket
Sign inDemoInstall

node-sass

Package Overview
Dependencies
194
Maintainers
7
Versions
148
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.14.0-0 to 4.0.0

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 @@

6

package.json
{
"name": "node-sass",
"version": "3.14.0-0",
"libsass": "3.3.6",
"version": "4.0.0",
"libsass": "3.4.0",
"description": "Wrapper around libsass",

@@ -84,4 +84,4 @@ "license": "MIT",

"rimraf": "^2.5.2",
"sass-spec": "^3.4.0-0"
"sass-spec": "^3.4.0"
}
}

@@ -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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc