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

@nx/esbuild

Package Overview
Dependencies
Maintainers
4
Versions
718
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx/esbuild - npm Package Compare versions

Comparing version 16.0.0-beta.2 to 16.0.0-beta.3

10

package.json
{
"name": "@nx/esbuild",
"version": "16.0.0-beta.2",
"version": "16.0.0-beta.3",
"private": false,

@@ -32,5 +32,5 @@ "description": "The Nx Plugin for esbuild contains executors and generators that support building applications using esbuild",

"dependencies": {
"@nrwl/esbuild": "16.0.0-beta.2",
"@nx/devkit": "16.0.0-beta.2",
"@nx/js": "16.0.0-beta.2",
"@nrwl/esbuild": "16.0.0-beta.3",
"@nx/devkit": "16.0.0-beta.3",
"@nx/js": "16.0.0-beta.3",
"chalk": "^4.1.0",

@@ -55,3 +55,3 @@ "dotenv": "~10.0.0",

"types": "./index.d.ts",
"gitHead": "0d7dbbc5254390f53a28d94de536da916ed06a70"
"gitHead": "27344019a2a23403a7ac7fd2c94b1412d86458ba"
}

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

// Need to call getOutfile directly in the case of bundle=false and outfile is not set for esbuild.
// This field is needed for `@nrwl/js:node` executor to work.
// This field is needed for `@nx/js:node` executor to work.
outfile: (0, path_1.join)(context.root, (0, build_esbuild_options_1.getOutfile)(format, options, context)),

@@ -159,3 +159,3 @@ });

// Need to call getOutfile directly in the case of bundle=false and outfile is not set for esbuild.
// This field is needed for `@nrwl/js:node` executor to work.
// This field is needed for `@nx/js:node` executor to work.
outfile: (0, path_1.join)(context.root, (0, build_esbuild_options_1.getOutfile)(format, options, context)),

@@ -234,3 +234,3 @@ });

const typeCheckOptions = {
// TODO(jack): Add support for d.ts declaration files -- once the `@nrwl/js:tsc` changes are in we can use the same logic.
// TODO(jack): Add support for d.ts declaration files -- once the `@nx/js:tsc` changes are in we can use the same logic.
mode: 'noEmit',

@@ -237,0 +237,0 @@ tsConfigPath: tsConfig,

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

// Use the `main` file name as the output file name.
// This is needed for `@nrwl/js:node` to know the main file to execute.
// This is needed for `@nx/js:node` to know the main file to execute.
// NOTE: The .js default extension may be replaced later in getOutfile() call.

@@ -46,0 +46,0 @@ outputFileName: `${path.parse(options.main).name}.js` });

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

(0, devkit_1.updateProjectConfiguration)(tree, options.project, Object.assign(Object.assign({}, project), { targets: Object.assign(Object.assign({}, project.targets), { build: {
executor: '@nrwl/esbuild:esbuild',
executor: '@nx/esbuild:esbuild',
outputs: ['{options.outputPath}'],

@@ -63,0 +63,0 @@ defaultConfiguration: 'production',

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

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