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

bun-repl

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bun-repl - npm Package Compare versions

Comparing version 1.0.1-test.1 to 1.0.1-test.2

bun-repl-cli2.sh

4

package.json
{
"type": "module",
"name": "bun-repl",
"version": "1.0.1-test.1",
"version": "1.0.1-test.2",
"description": "Experimental unofficial REPL for Bun",

@@ -37,4 +37,4 @@ "main": "src/repl.ts",

"repl": "./bun-repl-cli.sh",
"bun-repl": "./bun-repl-cli.sh"
"bun-repl": "./bun-repl-cli2.sh"
}
}

@@ -17,6 +17,8 @@ # bun-repl [![GitHub version][github-image]][github-url] [![GitHub code size in bytes][size-image]][github-url] [![license][license-image]][license-url]

```sh
bun run repl
bun run repl [options]
# or
bun-repl
bun-repl [options]
```
Pass the `-h` or `--help` CLI option for a list of all options.
Type `.help` within the REPL for a list of commands.

@@ -23,0 +25,0 @@

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