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.12.0 to 3.12.1

2

package.json
{
"name": "node-sass",
"version": "3.12.0",
"version": "3.12.1",
"libsass": "3.3.6",

@@ -5,0 +5,0 @@ "description": "Wrapper around libsass",

@@ -138,3 +138,5 @@ /*!

mkdir.sync(path.dirname(cachedBinary));
fs.createReadStream(binaryPath).pipe(fs.createWriteStream(cachedBinary));
fs.createReadStream(binaryPath)
.pipe(fs.createWriteStream(cachedBinary))
.on('error', function (e) { throw e; });
} catch (err) {

@@ -141,0 +143,0 @@ log.error('node-sass install', 'Failed to cache binary: %s', err);

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