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.8.0 to 2.8.1

8

lib/plugin.js

@@ -59,2 +59,10 @@ "use strict";

if (typeof out !== 'string') {
if (out.loader && out.loader !== 'js') {
return {
...out,
resolveDir,
watchFiles: [...watchFiles, ...(out.watchFiles || [])],
watchDirs: out.watchDirs || []
};
}
let { contents, pluginData } = out;

@@ -61,0 +69,0 @@ if (type === "css") {

16

package.json
{
"name": "esbuild-sass-plugin",
"version": "2.8.0",
"version": "2.8.1",
"description": "esbuild plugin for sass/scss files supporting both css loader and css result import (lit-element)",

@@ -43,10 +43,11 @@ "main": "lib/index.js",

"dependencies": {
"sass": "^1.59.3",
"resolve": "^1.22.1"
"resolve": "^1.22.2",
"sass": "^1.62.0"
},
"devDependencies": {
"@types/node": "^18.14.1",
"@types/node": "^18.15.12",
"@types/resolve": "^1.20.2",
"esbuild": "^0.17.17",
"mocha-toolkit": "^1.0.7",
"postcss": "^8.4.21",
"postcss": "^8.4.23",
"postcss-modules": "^6.0.0",

@@ -56,8 +57,7 @@ "postcss-url": "^10.1.3",

"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"esbuild": "^0.17.12"
"typescript": "^5.0.4"
},
"peerDependencies": {
"esbuild": "^0.17.12"
"esbuild": "^0.17.17"
}
}

Sorry, the diff of this file is not supported yet

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