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.6 to 1.4.7

1

lib/index.d.ts

@@ -26,2 +26,3 @@ import { OnLoadResult } from "esbuild";

transform?: (css: string, resolveDir: string) => string | Promise<string>;
quietDeps?: boolean;
};

@@ -28,0 +29,0 @@ export declare type CachedResult = {

14

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

@@ -55,12 +55,12 @@ "main": "lib/index.js",

"dependencies": {
"esbuild": "^0.12.4",
"esbuild": "^0.12.9",
"picomatch": "^2.3.0",
"resolve": "^1.20.0",
"sass": "^1.34.0"
"sass": "^1.35.1"
},
"devDependencies": {
"@types/chai": "^4.2.18",
"@types/chai": "^4.2.19",
"@types/chai-string": "^1.4.2",
"@types/mocha": "^8.2.2",
"@types/node": "^15.6.1",
"@types/node": "^15.12.4",
"@types/resolve": "^1.20.0",

@@ -70,7 +70,7 @@ "@types/sass": "^1.16.0",

"chai-string": "^1.5.0",
"mocha": "^8.4.0",
"mocha": "^9.0.1",
"nyc": "^15.1.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
"typescript": "^4.3.4"
}
}

@@ -141,2 +141,7 @@ import {OnLoadResult} from "esbuild";

transform?: (css: string, resolveDir: string) => string | Promise<string>
/**
*
*/
quietDeps?: boolean
}

@@ -143,0 +148,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