esbuild-plugin-sass-modules
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "esbuild-plugin-sass-modules", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Plugin for esbuild to support SASS styles using css modules.", | ||
"main": "lib/index.mjs", | ||
"types": "lib/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"import": "./lib/index.mjs" | ||
} | ||
}, | ||
"main": "./lib/index.mjs", | ||
"type": "module", | ||
"types": "./lib/index.d.ts", | ||
"scripts": { | ||
@@ -32,2 +39,3 @@ "start": "tsc --watch", | ||
"postcss-modules": "^4.2.2", | ||
"resolve": "^1.22.0", | ||
"sass": "^1.34.1" | ||
@@ -37,7 +45,8 @@ }, | ||
"@types/node": "^14.14.35", | ||
"@types/resolve": "^1.20.1", | ||
"@types/sass": "^1.16.0", | ||
"jest": "27.3.1", | ||
"prettier": "^2.2.1", | ||
"typescript": "^4.5.2", | ||
"jest": "27.3.1" | ||
"typescript": "^4.5.2" | ||
} | ||
} |
@@ -36,3 +36,3 @@ # esbuild-plugin-sass | ||
const esbuild = require('esbuild'); | ||
const sassPlugin = require('esbuild-plugin-sass') | ||
const sassPlugin = require('esbuild-plugin-sass-modules') | ||
@@ -39,0 +39,0 @@ esbuild.build({ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
12694
0
Yes
6
6
+ Addedresolve@^1.22.0
+ Addedfunction-bind@1.1.2(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedis-core-module@2.16.1(transitive)
+ Addedpath-parse@1.0.7(transitive)
+ Addedresolve@1.22.10(transitive)
+ Addedsupports-preserve-symlinks-flag@1.0.0(transitive)