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 1.4.1 to 1.4.2

2

lib/plugin.js

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

cached.result = await transform(watchFiles[0], cached.type);
cached.mtimeMs = Date.now();
cached.mtimeMs = stats.reduce((max, { mtimeMs }) => Math.max(max, mtimeMs), 0);
break;

@@ -133,0 +133,0 @@ }

{
"name": "esbuild-sass-plugin",
"version": "1.4.1",
"version": "1.4.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",

@@ -148,3 +148,3 @@ import {Loader, OnLoadArgs, OnLoadResult, OnResolveArgs, Plugin} from "esbuild";

cached.result = await transform(watchFiles[0], cached.type);
cached.mtimeMs = Date.now();
cached.mtimeMs = stats.reduce((max, {mtimeMs})=>Math.max(max, mtimeMs),0);
break;

@@ -151,0 +151,0 @@ }

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