esbuild-sass-plugin
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "esbuild-sass-plugin", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"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", |
@@ -156,3 +156,4 @@ import {Loader, OnLoadArgs, OnLoadResult, OnResolveArgs, Plugin} from "esbuild"; | ||
contents: contents, | ||
loader: "css" as Loader | ||
loader: "css" as Loader, | ||
resolveDir: dirname(path) | ||
} : { | ||
@@ -159,0 +160,0 @@ contents: makeModule(contents, type), |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
35855
548
0
1