Comparing version 1.2.2 to 1.2.3
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13959
42
1
+ Addedbare-runtime@1.2.3(transitive)
+ Addedbare-runtime-android-arm@1.2.3(transitive)
+ Addedbare-runtime-android-arm64@1.2.3(transitive)
+ Addedbare-runtime-android-ia32@1.2.3(transitive)
+ Addedbare-runtime-android-x64@1.2.3(transitive)
+ Addedbare-runtime-darwin-arm64@1.2.3(transitive)
+ Addedbare-runtime-darwin-x64@1.2.3(transitive)
+ Addedbare-runtime-linux-arm64@1.2.3(transitive)
+ Addedbare-runtime-linux-x64@1.2.3(transitive)
+ Addedbare-runtime-win32-arm64@1.2.3(transitive)
+ Addedbare-runtime-win32-x64@1.2.3(transitive)
- Removedbare-runtime@1.2.2(transitive)
- Removedbare-runtime-android-arm@1.2.2(transitive)
- Removedbare-runtime-android-arm64@1.2.2(transitive)
- Removedbare-runtime-android-ia32@1.2.2(transitive)
- Removedbare-runtime-android-x64@1.2.2(transitive)
- Removedbare-runtime-darwin-arm64@1.2.2(transitive)
- Removedbare-runtime-darwin-x64@1.2.2(transitive)
- Removedbare-runtime-linux-arm64@1.2.2(transitive)
- Removedbare-runtime-linux-x64@1.2.2(transitive)
- Removedbare-runtime-win32-arm64@1.2.2(transitive)
- Removedbare-runtime-win32-x64@1.2.2(transitive)
Updatedbare-runtime@1.2.3