Socket
Socket
Sign inDemoInstall

node-sass

Package Overview
Dependencies
Maintainers
4
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.12.0 to 4.13.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## v4.13.0
https://github.com/sass/node-sass/releases/tag/v4.13.0
## v4.12.0

@@ -2,0 +6,0 @@

3

lib/extensions.js

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

case 72: return 'Node.js 12.x';
case 79: return 'Node.js 13.x';
default: return false;

@@ -218,3 +219,3 @@ }

*
* The default URL can be overriden using
* The default URL can be overridden using
* the environment variable SASS_BINARY_SITE,

@@ -221,0 +222,0 @@ * .npmrc variable sass_binary_site or

{
"name": "node-sass",
"version": "4.12.0",
"version": "4.13.0",
"libsass": "3.5.4",

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

"in-publish": "^2.0.0",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"meow": "^3.7.0",

@@ -66,0 +66,0 @@ "mkdirp": "^0.5.1",

# node-sass
#### Supported Node.js versions vary by release, please consult the [releases page](https://github.com/sass/node-sass/releases). Below is a quick guide for minimium support:
#### Supported Node.js versions vary by release, please consult the [releases page](https://github.com/sass/node-sass/releases). Below is a quick guide for minimum support:
NodeJS | Minimum node-sass version | Node Module
--------|--------------------------|------------
Node 13 | 4.13+ | 79
Node 12 | 4.12+ | 72

@@ -48,3 +49,3 @@ Node 11 | 4.10+ | 67

Some users have reported issues installing on Ubuntu due to `node` being registered to another package. [Follow the official NodeJS docs](https://github.com/nodejs/node-v0.x-archive/wiki/Installing-Node.js-via-package-manager) to install NodeJS so that `#!/usr/bin/env node` correctly resolves.
Some users have reported issues installing on Ubuntu due to `node` being registered to another package. [Follow the official NodeJS docs](https://github.com/nodesource/distributions/blob/master/README.md#debinstall) to install NodeJS so that `#!/usr/bin/env node` correctly resolves.

@@ -51,0 +52,0 @@ Compiling on Windows machines requires the [node-gyp prerequisites](https://github.com/nodejs/node-gyp#on-windows).

@@ -38,3 +38,3 @@ var assert = require('assert'),

it('should record its decendants as added', function() {
it('should record its descendants as added', function() {
var file = path.join(main, 'partials', '_one.scss');

@@ -63,3 +63,3 @@ var files = watcher.changed(file);

it('should record its decendants as added', function() {
it('should record its descendants as added', function() {
var file = path.join(main, 'one.scss');

@@ -117,3 +117,3 @@ var files = watcher.changed(file);

it('should record its decendants as added', function() {
it('should record its descendants as added', function() {
var file = path.join(main, 'partials', '_one.scss');

@@ -146,3 +146,3 @@ var files = watcher.added(file);

it('should record its decendants as added', function() {
it('should record its descendants as added', function() {
var file = path.join(main, 'one.scss');

@@ -255,3 +255,3 @@ var files = watcher.added(file);

describe('if it is a partial', function() {
it('should record its decendents as added', function() {
it('should record its descendants as added', function() {
var file = path.join(main, 'partials', '_one.scss');

@@ -280,3 +280,3 @@ var files = watcher.changed(file);

describe('if it is not a partial', function() {
it('should record its decendents as added', function() {
it('should record its descendants as added', function() {
var file = path.join(main, 'one.scss');

@@ -347,3 +347,3 @@ var files = watcher.changed(file);

it('should record its decendants as added', function() {
it('should record its descendants as added', function() {
var file = path.join(main, 'partials', '_one.scss');

@@ -386,3 +386,3 @@ var files = watcher.added(file);

it('should not record its decendants as added', function() {
it('should not record its descendants as added', function() {
var file = path.join(main, 'partials', '_one.scss');

@@ -389,0 +389,0 @@ var files = watcher.added(file);

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc