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

@appland/cli

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appland/cli - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

CHANGELOG.md

@@ -0,1 +1,9 @@

# [@appland/cli-v1.0.3](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.0.2...@appland/cli-v1.0.3) (2021-05-18)
### Bug Fixes
* Update local dependencies ([f0d3281](https://github.com/applandinc/appmap-js/commit/f0d328161499999ee98fbb3aec2d438b3095bd0f))
* Update yargs to v17.0 ([278f1da](https://github.com/applandinc/appmap-js/commit/278f1daab7bb6fc8371ac80bf210a1a6fce76f79))
# [@appland/cli-v1.0.2](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.0.1...@appland/cli-v1.0.2) (2021-05-11)

@@ -2,0 +10,0 @@

8

package.json
{
"name": "@appland/cli",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -33,3 +33,3 @@ "main": "src/cli.js",

"dependencies": {
"@appland/models": "1.0.0",
"@appland/models": "1.0.3",
"async": "^3.2.0",

@@ -42,4 +42,4 @@ "chokidar": "^3.5.1",

"js-yaml": "^3.14.1",
"yargs": "^15.4.1"
"yargs": "^17.0.1"
}
}
}

@@ -6,3 +6,3 @@ /* eslint-disable no-restricted-syntax */

canonicalize,
} = require('../../../src/fingerprint/canonicalize.js');
} = require('../../../src/fingerprint/canonicalize');
const apiKeyScenario = require('../fixtures/revoke_api_key.appmap.json');

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