New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 11.3.0 to 11.4.0

21

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

@@ -10,3 +10,3 @@ "appmap-agent-js": "bin/appmap-agent-js"

"engines": {
"node": "14.x.x || 16.x.x || 17.x.x"
"node": "14.x.x || 16.x.x || 18.x.x"
},

@@ -32,10 +32,9 @@ "licence": "MIT",

"build": "node build/await/index.mjs && node build/index.mjs",
"format": "npx prettier -w '**/*.@(mjs|js|cjs)'",
"lint": "npx eslint '**/*.@(mjs|js|cjs)'",
"test-unit-cov": "npx test-turtle --layout alongside -- /bin/sh test/unit/test-cov.sh",
"test-unit": "npx test-turtle --layout alongside -- node --unhandled-rejections=strict test/unit/test.mjs",
"test-unit-pass": "npx test-turtle --layout alongside -- node --unhandled-rejections=strict test/unit/test-pass.mjs",
"test": "npx bercow",
"test-unit": "npx bercow .bercowrc-test-only.yaml",
"test-unit-cov": "npx bercow .bercowrc-test-only-cov.yaml",
"test-system": "node --unhandled-rejections=strict test/system/index.mjs",
"format": "npx prettier -w '**/*.@(mjs|js|cjs)'",
"deploy": "npx semantic-release",
"tt": "npx test-turtle --layout alongside -- /bin/sh test/unit/test-dev.sh"
"deploy": "npx semantic-release"
},

@@ -49,2 +48,8 @@ "optionalDependencies": {

"@babel/parser": "^7.15.8",
"@bercow/core": "^0.1.6",
"@bercow/eslint": "^0.0.4",
"@bercow/link-adjacent": "^0.0.4",
"@bercow/order-esm-import": "^0.0.4",
"@bercow/prettier": "^0.0.4",
"@bercow/spawn": "^0.0.6",
"acorn": "^8.5.0",

@@ -51,0 +56,0 @@ "ajv": "^8.6.3",

@@ -22,6 +22,6 @@ # Getting started with `appmap-agent-js`

* Unix-like os, tested on Linux and macOS; Windows is currently not supported
* Node.js 14 or 16
* Node.js 14, 16 or 18
* Express.js
* git is highly recommended
* mocha >= 8.0.0 is requried for recording AppMaps from test cases (earlier versions do not support required root hooks)
* mocha >= 8.0.0 is required for recording AppMaps from test cases (earlier versions do not support required root hooks)

@@ -28,0 +28,0 @@ **Please [open a new GitHub ticket](https://github.com/applandinc/appmap-agent-js/issues/new) if your application does not satisfy the criteria or if you experience any problems with the agent.**

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

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