Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-sass

Package Overview
Dependencies
Maintainers
7
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-sass - npm Package Compare versions

Comparing version 3.12.1 to 3.12.2

2

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

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

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

.pipe(fs.createWriteStream(cachedBinary))
.on('error', function (e) { throw e; });
.on('error', function (e) {
log.error('node-sass install', 'Failed to cache binary: %s', err);
});
} catch (err) {

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

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