New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

serverless-esbuild

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-esbuild - npm Package Compare versions

Comparing version

to
1.27.1

4

dist/utils.js

@@ -113,3 +113,3 @@ "use strict";

// delete the temporary folder
fs_extra_1.default.rmdirSync(tempDirPath, { recursive: true });
fs_extra_1.default.removeSync(tempDirPath);
}

@@ -137,3 +137,3 @@ else {

// delete the temporary folder
fs_extra_1.default.rmdirSync(tempDirPath, { recursive: true });
fs_extra_1.default.removeSync(tempDirPath);
resolve();

@@ -140,0 +140,0 @@ });

{
"name": "serverless-esbuild",
"description": "Serverless plugin for zero-config JavaScript and TypeScript code bundling using extremely fast esbuild",
"version": "1.27.0",
"version": "1.27.1",
"license": "MIT",

@@ -20,2 +20,3 @@ "author": "Victor Korzunin",

"test": "jest --passWithNoTests",
"test:e2e": "make -f e2e/Makefile",
"lint": "eslint .",

@@ -72,3 +73,3 @@ "prepare": "husky install"

"chokidar": "^3.4.3",
"fs-extra": "^9.0.1",
"fs-extra": "^10.1.0",
"globby": "^11.0.1",

@@ -75,0 +76,0 @@ "p-map": "^4.0.0",