Socket
Socket
Sign inDemoInstall

bx

Package Overview
Dependencies
391
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.2 to 0.4.3

2

dist/server.js

@@ -53,3 +53,3 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {

async function instrument(filename, onConnect) {
const instrumentation = await fs.readFile(path.join(__dirname, 'instrumentation.js'), 'utf-8');
const instrumentation = await fs.readFile(path.resolve(__dirname, 'browser', 'index.js'), 'utf-8');
const sendFinishEvent = `requestAnimationFrame(() => import.meta.hot?.send('bx:event', { name: 'doneEvent' }))`;

@@ -56,0 +56,0 @@ return {

{
"name": "bx",
"version": "0.4.2",
"version": "0.4.3",
"description": "Command line tool to run JavaScript, TypeScript or HTML files in the browser.",

@@ -5,0 +5,0 @@ "exports": "./dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc