Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bare

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

4

package.json
{
"name": "bare",
"version": "1.2.2",
"version": "1.2.3",
"description": "Small and modular JavaScript runtime for desktop and mobile",

@@ -30,4 +30,4 @@ "exports": {

"dependencies": {
"bare-runtime": "1.2.2"
"bare-runtime": "1.2.3"
}
}

@@ -11,16 +11,20 @@ # Bare

```sh
```console
bare [flags] <filename> [...args]
Evaluate a script or start a REPL session if no script is provided.
Arguments:
<filename>
[...args]
<filename> The name of a script to evaluate
[...args] Additional arguments made available to the script
Flags:
--version|-v
--eval|-e <script>
--print|-p <script>
--help|-h Show help
--version|-v Print the Bare version
--eval|-e <script> Evaluate an inline script
--print|-p <script> Evaluate an inline script and print the result
--help|-h Show help
```
The specified `<script>` or `<filename>` is run using `Module.load()`. For more information on the module system and the supported formats, see <https://github.com/holepunchto/bare-module>.
When imported, the module exports the global `Bare` namespace. See <https://github.com/holepunchto/bare#api> for the API documentation.

@@ -27,0 +31,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