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

nativescript-dev-sass

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-dev-sass - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## v1.1.1
- Fixed regression will follow symlinked directories (#30) via @ludwiktrammer
## v1.1.0

@@ -2,0 +5,0 @@ - Added support for "~/" in @import paths (resolves to app root)

3

lib/converter.js

@@ -28,5 +28,6 @@ exports.convert = convert;

// -q : Supress log output except on error
// --follow : Follow symlinked directories
// -r : Recursively watch directories or files
// --watch : Watch a directory or file
var nodeArgs = [sassPath, appDir, '--output', appDir, '--output-style', 'compressed', '-q', '--importer', importerPath];
var nodeArgs = [sassPath, appDir, '--output', appDir, '--output-style', 'compressed', '-q', '--follow', '--importer', importerPath];
if (options.watch) {

@@ -33,0 +34,0 @@ nodeArgs.push('-r', '--watch');

{
"name": "nativescript-dev-sass",
"version": "1.1.0",
"version": "1.1.1",
"description": "SASS CSS pre-processor for NativeScript projects.",

@@ -5,0 +5,0 @@ "scripts": {

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