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

bob-esbuild-plugin

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bob-esbuild-plugin - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

4

lib/index.js

@@ -80,2 +80,4 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});

return;
const defaultOptions = options.tsconfig === false ? {} : await _chunkIXNNSXUNjs.getOptions.call(void 0, _path.dirname.call(void 0, id), options.tsconfig);
target = options.target || defaultOptions.target || "es2019";
const bundled = await _chunkXE6GEIXUjs.bundle.call(void 0, id, this, plugins, loaders, target);

@@ -99,3 +101,3 @@ if (!bundled.code)

const defaultOptions = options.tsconfig === false ? {} : await _chunkIXNNSXUNjs.getOptions.call(void 0, _path.dirname.call(void 0, id), options.tsconfig);
target = options.target || defaultOptions.target || "es2017";
target = options.target || defaultOptions.target || "es2019";
const result = await _esbuild.transform.call(void 0, code, {

@@ -102,0 +104,0 @@ loader,

{
"name": "bob-esbuild-plugin",
"version": "0.2.3",
"version": "0.2.4",
"description": "bob-esbuild main plugin, based on https://github.com/egoist/rollup-plugin-esbuild",

@@ -5,0 +5,0 @@ "repository": {

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