New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@featurevisor/cli

Package Overview
Dependencies
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featurevisor/cli - npm Package Compare versions

Comparing version 1.19.0 to 1.20.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.20.0](https://github.com/featurevisor/featurevisor/compare/v1.19.0...v1.20.0) (2024-04-30)
### Features
* allow evaluating in CLI with more verbosity ([#300](https://github.com/featurevisor/featurevisor/issues/300)) ([8c3a096](https://github.com/featurevisor/featurevisor/commit/8c3a0962a5950abf424695db314ee5eeb8e6ccd5))
# [1.19.0](https://github.com/featurevisor/featurevisor/compare/v1.18.1...v1.19.0) (2024-04-26)

@@ -8,0 +19,0 @@

1

lib/index.js

@@ -485,2 +485,3 @@ "use strict";

pretty: options.pretty,
verbose: options.verbose,
})];

@@ -487,0 +488,0 @@ case 3:

6

package.json
{
"name": "@featurevisor/cli",
"version": "1.19.0",
"version": "1.20.0",
"description": "CLI package of Featurevisor",

@@ -50,3 +50,3 @@ "main": "bin.js",

"dependencies": {
"@featurevisor/core": "^1.19.0",
"@featurevisor/core": "^1.20.0",
"yargs": "^17.6.2"

@@ -57,3 +57,3 @@ },

},
"gitHead": "7164b8bdd056f9302ead794acf7424df98345f45"
"gitHead": "2a66f338222849d2a40c31424d79e080e02f4e97"
}

@@ -363,2 +363,3 @@ import * as fs from "fs";

pretty: options.pretty,
verbose: options.verbose,
});

@@ -365,0 +366,0 @@ } catch (e) {

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