Socket
Socket
Sign inDemoInstall

node-sass

Package Overview
Dependencies
182
Maintainers
3
Versions
148
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 6.0.0

1

lib/extensions.js

@@ -84,2 +84,3 @@ /*!

case 88: return 'Node.js 15.x';
case 93: return 'Node.js 16.x';
default: return false;

@@ -86,0 +87,0 @@ }

4

package.json
{
"name": "node-sass",
"version": "5.0.0",
"version": "6.0.0",
"libsass": "3.5.5",

@@ -19,3 +19,3 @@ "description": "Wrapper around libsass",

"engines": {
"node": ">=10"
"node": ">=12"
},

@@ -22,0 +22,0 @@ "main": "lib/index.js",

@@ -20,2 +20,3 @@ # node-sass

--------|-----------------------------|------------
Node 16 | 6.0+ | 93
Node 15 | 5.0+ | 88

@@ -26,3 +27,3 @@ Node 14 | 4.14+ | 83

Node 11 | 4.10+, <5.0 | 67
Node 10 | 4.9+ | 64
Node 10 | 4.9+, <6.0 | 64
Node 8 | 4.5.3+, <5.0 | 57

@@ -29,0 +30,0 @@ Node <8 | <5.0 | <57

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