Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

esbuild-loader

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-loader - npm Package Compare versions

Comparing version 2.5.0 to 2.6.0

dist/index.d.ts

20

package.json
{
"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",

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