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

@chialab/esbuild-rna

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chialab/esbuild-rna - npm Package Compare versions

Comparing version 0.17.5 to 0.17.6

2

lib/Build.js

@@ -1105,3 +1105,3 @@ import path from 'path';

entryNames: buildOptions.chunkNames || buildOptions.entryNames,
write: options.write ?? buildOptions.write ?? true,
write: buildOptions.write !== false ? (options.write ?? true) : false,
globalName: undefined,

@@ -1108,0 +1108,0 @@ outfile: undefined,

{
"name": "@chialab/esbuild-rna",
"type": "module",
"version": "0.17.5",
"version": "0.17.6",
"description": "A framework for esbuild plugins with transform and emit capabilities.",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

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