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

rollup-plugin-scss

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-scss - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Changelog

## [2.5.0] - 2020-05-07
### Updated
- Fix includePaths before processing @mach25
## [2.4.0] - 2020-04-13

@@ -9,0 +13,0 @@ ### Added

4

index.cjs.js

@@ -64,2 +64,5 @@ 'use strict';

// Add the include path before doing any processing
includePaths.push(path.dirname(id));
// Rebuild all scss files if anything happens to this folder

@@ -84,3 +87,2 @@ // TODO: check if it's possible to get a list of all dependent scss files

styles[id] = code;
includePaths.push(path.dirname(id));

@@ -87,0 +89,0 @@ return ''

@@ -58,2 +58,5 @@ import { existsSync, mkdirSync, writeFile } from 'fs'

// Add the include path before doing any processing
includePaths.push(dirname(id))
// Rebuild all scss files if anything happens to this folder

@@ -78,3 +81,2 @@ // TODO: check if it's possible to get a list of all dependent scss files

styles[id] = code
includePaths.push(dirname(id))

@@ -81,0 +83,0 @@ return ''

{
"name": "rollup-plugin-scss",
"version": "2.4.0",
"version": "2.5.0",
"description": "Rollup multiple .scss, .sass and .css imports",

@@ -5,0 +5,0 @@ "main": "index.cjs.js",

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