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

@reboost/plugin-sass

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reboost/plugin-sass - npm Package Compare versions

Comparing version 0.5.7 to 0.5.8

4

dist/index.js

@@ -22,3 +22,3 @@ "use strict";

if (!sass) {
const nodeSassPath = this.resolveModule('', 'node-sass', { mainFields: ['main'] });
const nodeSassPath = this.resolve('', 'node-sass', { mainFields: ['main'] });
if (nodeSassPath) {

@@ -28,3 +28,3 @@ sass = require(nodeSassPath);

else {
const sassPath = this.resolveModule('', 'sass', { mainFields: ['main'] });
const sassPath = this.resolve('', 'sass', { mainFields: ['main'] });
if (sassPath)

@@ -31,0 +31,0 @@ sass = require(sassPath);

{
"name": "@reboost/plugin-sass",
"version": "0.5.7",
"version": "0.5.8",
"description": "Sass/SCSS plugin for Reboost",

@@ -27,2 +27,3 @@ "main": "./dist/index.js",

},
"homepage": "https://github.com/sarsamurmu/reboost/tree/primary/packages/plugin-sass",
"author": "Sarsa Murmu <sarsamurmu05@gmail.com>",

@@ -39,3 +40,3 @@ "license": "MIT",

},
"gitHead": "67384a4d46713f0f0b2e276c878e2dd0bc431489"
"gitHead": "9b1af3d26afa286952b547857d8ddaff801ad9c4"
}

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

[![npm](https://img.shields.io/npm/v/@reboost/plugin-sass?style=flat-square)](https://www.npmjs.com/package/@reboost/plugin-sass)
[![license](https://img.shields.io/npm/l/@reboost/plugin-sass?style=flat-square)](/LICENSE)
# Sass Plugin

@@ -47,1 +50,4 @@ Transform Sass/SCSS files to CSS on the fly.

in `node-sass`'s [npm package](https://www.npmjs.com/package/node-sass#options) page.
# License
Licensed under the [MIT License](/LICENSE).
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