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

@chialab/esbuild-plugin-emit

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chialab/esbuild-plugin-emit - npm Package Compare versions

Comparing version 0.11.28 to 0.11.29

3

lib/index.js

@@ -57,3 +57,4 @@ import path from 'path';

const loader = loaders[path.extname(source)] || 'file';
if (loader !== 'file') {
if (loader !== 'file' &&
loader !== 'json') {
return emitChunk(source);

@@ -60,0 +61,0 @@ }

{
"name": "@chialab/esbuild-plugin-emit",
"type": "module",
"version": "0.11.28",
"version": "0.11.29",
"description": "Helpers functions to emit chunks and files from a esbuild run.",

@@ -37,3 +37,3 @@ "main": "lib/index.js",

},
"gitHead": "be4bf7d85e0b1bbc32664152b232915e2275977d"
"gitHead": "5dd846940c4df7bc2f8caab67eb8179e0986793b"
}
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