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 1.3.0 to 1.3.1

3

dist/index.js

@@ -34,4 +34,3 @@ "use strict";

this.packExternalModules = packExternalModules_1.packExternalModules.bind(this);
const concatUniq = ramda_1.compose(ramda_1.uniq, ramda_1.concat);
const withDefaultOptions = ramda_1.mergeWith(concatUniq, DEFAULT_BUILD_OPTIONS);
const withDefaultOptions = ramda_1.mergeRight(DEFAULT_BUILD_OPTIONS);
this.buildOptions = withDefaultOptions((_b = (_a = this.serverless.service.custom) === null || _a === void 0 ? void 0 : _a.esbuild) !== null && _b !== void 0 ? _b : {});

@@ -38,0 +37,0 @@ this.hooks = {

{
"name": "serverless-esbuild",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",

@@ -45,3 +45,3 @@ "author": "Victor Korzunin",

"@commitlint/config-conventional": "^8.3.4",
"@types/fs-extra": "^8.1.0",
"@types/fs-extra": "^9.0.1",
"@types/jest": "^25.2.2",

@@ -51,4 +51,4 @@ "@types/node": "^12.12.38",

"@types/serverless": "^1.67.2",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^6.8.0",

@@ -58,10 +58,10 @@ "husky": "^4.2.5",

"mock-fs": "^4.12.0",
"semantic-release": "^17.0.7",
"semantic-release": "^17.0.8",
"ts-jest": "^25.5.1",
"typescript": "^3.9.2"
"typescript": "^3.9.5"
},
"dependencies": {
"esbuild": "^0.5.3",
"fs-extra": "^9.0.0",
"globby": "^11.0.0",
"esbuild": "^0.5.9",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
"lodash.now": "^4.0.2",

@@ -68,0 +68,0 @@ "lodash.remove": "^4.7.0",

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