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.0.1 to 1.0.2

9

package.json
{
"name": "esbuild-register",
"description": "Transpile JSX, TypeScript and esnext features on the fly with esbuild",
"version": "1.0.1",
"version": "1.0.2",
"main": "register.js",

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

"build": "tsup src/node.ts",
"test": "npm run build && node -r esm -r . tests/test.ts",
"test": "npm run build && node -r esm -r esbuild-register tests/test.ts",
"prepublishOnly": "npm run build"

@@ -23,3 +23,4 @@ },

"source-map-support": "^0.5.19",
"strip-json-comments": "^3.1.1"
"strip-json-comments": "^3.1.1",
"joycon": "^2.2.5"
},

@@ -31,5 +32,5 @@ "devDependencies": {

"esbuild": "^0.6.3",
"esbuild-register": "^1.0.1",
"esm": "^3.2.25",
"execa": "^4.0.3",
"joycon": "^2.2.5",
"tsup": "^2.0.3",

@@ -36,0 +37,0 @@ "typescript": "^3.9.6",

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