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

@appland/appmap-agent-js

Package Overview
Dependencies
Maintainers
4
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appland/appmap-agent-js - npm Package Compare versions

Comparing version 10.1.0 to 11.0.0

2

package.json
{
"name": "@appland/appmap-agent-js",
"version": "10.1.0",
"version": "11.0.0",
"bin": {

@@ -5,0 +5,0 @@ "appmap-agent-js": "bin/appmap-agent-js"

@@ -128,3 +128,3 @@ # Getting started with `appmap-agent-js`

- `--log-file=_file_` : location of log file, defaults to `stderr`
- `--output-dir=_directory_` : location of recorded AppMap files, default is `tmp/appmap` or `tmp/appmap/mocha`
- `--appmap-dir=_directory_` : location of recorded AppMap files, default is `tmp/appmap` or `tmp/appmap/mocha`

@@ -139,3 +139,3 @@ ### Example

- View [`apppmap-agent-js` reference guide](./REFERENCE.md)
- Open [AppMap documentation](https://appland.com/docs/)
- [appmap-agent-js reference documentation](https://appland.com/docs/reference/appmap-agent-js.html)

@@ -44,3 +44,3 @@ # appmap-agent-js reference

| `--alt-remote-port` | `track-port` |
| `--output-dir` | `output` |
| `--appmap-dir` | `appmap_dir` |
In addition, the command can be encoded as positional argument.

@@ -68,4 +68,3 @@ For instance, these commands have the same effect:

command: "node bin/bin.js argv1 argv2" # the usual command for running the project
output:
directory: tmp/appmap
appmap_dir: tmp/appmap
```

@@ -321,8 +320,4 @@

* `scenario <string>` A regular expression to whitelist scenarios for execution. If the root configuration contains a command, it will always be executed. *Default*: `"^"` (every scenario will be executed).
* `output <string> | <object>` Options to store appmap files.
* `<string>` Shorthand, `"tmp/appmap"` is the same as `{directory: "tmp/appmap"}`.
* `<object>`
* `directory <string>` Directory to write appmap files. *Default*: `null` the agent will choose between `"tmp/appmap/mocha"` and `"tmp/appmap"` based on the `recorder` field.
* `basename null | <string>` Basename of the future appmap file. Indexing will be appended to prevent accidental overwriting of appmap files within a single run. *Default*: `null` the agent will look at the `name` configuration field, if it is `null` as well, `"anonymous"` will be used.
* `extension <string>` Extension to append after the basename. *Default*: `".appmap.json"`.
* `appmap_dir <string>` Path to directory for storing appmap files. *Default*: `"tmp/appmap"`.
* `appmap_file <string> | null` Base name (ie file name but without the extension) of the file where the appmap data should be written. *Default*: `null` the agent will look at the `name` configuration field, if it is `null` as well, `"anonymous"` will be used.

@@ -329,0 +324,0 @@ ### Common Options

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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