New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.13.0 to 2.14.0

8

lib/plugin.js

@@ -40,8 +40,10 @@ "use strict";

const namespace = 'esbuild-sass-plugin';
onResolve({ filter: /^css-chunk:/ }, ({ path }) => ({
onResolve({ filter: /^css-chunk:/ }, ({ path, resolveDir }) => ({
path,
namespace
namespace,
pluginData: { resolveDir }
}));
onLoad({ filter: /./, namespace }, ({ path }) => ({
onLoad({ filter: /./, namespace }, ({ path, pluginData: { resolveDir } }) => ({
contents: cssChunks[path],
resolveDir,
loader: 'css'

@@ -48,0 +50,0 @@ }));

{
"name": "esbuild-sass-plugin",
"version": "2.13.0",
"version": "2.14.0",
"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