esbuild-loader
Advanced tools
Comparing version 2.5.0 to 2.6.0
{ | ||
"name": "esbuild-loader", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "⚡️ Speed up your Webpack build with esbuild", | ||
@@ -16,7 +16,9 @@ "keywords": [ | ||
"files": [ | ||
"lib" | ||
"dist" | ||
], | ||
"main": "lib/index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "jest --env node", | ||
"build": "tsc", | ||
"pretest": "npm run build", | ||
"test": "jest --coverage", | ||
"lint": "xo" | ||
@@ -30,3 +32,3 @@ }, | ||
"lint-staged": { | ||
"*.js": [ | ||
"*.ts": [ | ||
"xo --write", | ||
@@ -39,3 +41,4 @@ "jest --bail --findRelatedTests" | ||
"loader-utils": "^2.0.0", | ||
"webpack-sources": "^2.2.0" | ||
"webpack-sources": "^2.2.0", | ||
"type-fest": "^0.20.2" | ||
}, | ||
@@ -47,2 +50,4 @@ "peerDependencies": { | ||
"@types/jest": "^26.0.15", | ||
"@types/loader-utils": "^2.0.1", | ||
"@types/webpack": "^4.41.25", | ||
"husky": "^4.3.0", | ||
@@ -52,2 +57,5 @@ "jest": "^26.6.3", | ||
"memfs": "^3.2.0", | ||
"source-map": "^0.7.3", | ||
"ts-jest": "^26.4.4", | ||
"typescript": "^4.1.2", | ||
"unionfs": "^4.4.0", | ||
@@ -54,0 +62,0 @@ "webpack": "^4.44.2", |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
29133
13
400
5
14
+ Addedtype-fest@^0.20.2
+ Addedtype-fest@0.20.2(transitive)