Socket
Socket
Sign inDemoInstall

esbuild-register

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-register - npm Package Compare versions

Comparing version 1.2.1 to 2.0.0

2

dist/node.js

@@ -67,3 +67,3 @@ 'use strict';

sourcefile: filename,
sourcemap: true,
sourcemap: 'both',
loader: getLoader(filename),

@@ -70,0 +70,0 @@ target: options.target,

{
"name": "esbuild-register",
"description": "Transpile JSX, TypeScript and esnext features on the fly with esbuild",
"version": "1.2.1",
"version": "2.0.0",
"main": "register.js",

@@ -17,3 +17,3 @@ "license": "MIT",

"peerDependencies": {
"esbuild": ">=0.8.0"
"esbuild": ">=0.8.31"
},

@@ -30,3 +30,3 @@ "dependencies": {

"@types/source-map-support": "^0.5.2",
"esbuild": "^0.8.0",
"esbuild": "^0.8.31",
"execa": "^4.0.3",

@@ -33,0 +33,0 @@ "tsup": "^2.0.3",

@@ -39,3 +39,3 @@ # esbuild-register

MIT © [EGOIST (Kevin Titor)](https://egoist.sh)
MIT © [EGOIST](https://egoist.sh)
w
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