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

scss-bundle

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scss-bundle - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

4

dist/cli/main.js

@@ -163,4 +163,4 @@ #!/usr/bin/env node

}); });
if (config.rootDir) {
logging_1.Log.warn("rootDir property is missing, using cwd.");
if (!config.rootDir) {
logging_1.Log.warn("rootDir property is missing in config, using current working directory: " + process.cwd());
}

@@ -167,0 +167,0 @@ watchFolder = (_b = config.rootDir, (_b !== null && _b !== void 0 ? _b : process.cwd()));

{
"name": "scss-bundle",
"version": "3.1.0",
"version": "3.1.1",
"description": "Bundling SCSS files to one bundled file.",

@@ -5,0 +5,0 @@ "main": "dist/index.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