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

esbuild-sass-plugin

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-sass-plugin - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

3

lib/render.js

@@ -140,5 +140,4 @@ "use strict";

sourceMap.sourceRoot = basedir;
sourceMap.sources[sourceMap.sources.length - 1] = (0, url_1.pathToFileURL)(path).href;
sourceMap.sources = sourceMap.sources.map(source => {
return source.startsWith('file://') ? (0, path_1.relative)(basedir, (0, url_1.fileURLToPath)(source)) : source;
return (0, path_1.relative)(basedir, source.startsWith("data:") ? path : (0, url_1.fileURLToPath)(source));
});

@@ -145,0 +144,0 @@ cssText += '\n' + (0, utils_1.sourceMappingURL)(sourceMap);

{
"name": "esbuild-sass-plugin",
"version": "2.2.1",
"version": "2.2.2",
"description": "esbuild plugin for sass/scss files supporting both css loader and css result import (lit-element)",

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

Sorry, the diff of this file is not supported yet

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