Socket
Socket
Sign inDemoInstall

node-sass

Package Overview
Dependencies
1
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

precompiled/darwin-x64/binding.node

2

package.json

@@ -5,3 +5,3 @@ {

"description": "wrapper around libsass",
"version": "0.2.2",
"version": "0.2.3",
"homepage": "http://github.com/andrew/node-sass",

@@ -8,0 +8,0 @@ "main": "./sass.js",

@@ -10,3 +10,4 @@ var binding;

// default to a precompiled binary if no build exists
binding = require(__dirname + '/precompiled/'+process.platform+'/binding');
var platform_full = process.platform+'-'+process.arch;
binding = require(__dirname + '/precompiled/'+platform_full+'/binding');
}

@@ -13,0 +14,0 @@ if (binding === null) {

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