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.20.0 to 1.21.0

11

CHANGELOG.md

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

# [1.21.0](https://github.com/featurevisor/featurevisor/compare/v1.20.0...v1.21.0) (2024-05-09)
### Features
* make test runner fast by default ([#301](https://github.com/featurevisor/featurevisor/issues/301)) ([6ed5d0c](https://github.com/featurevisor/featurevisor/commit/6ed5d0cdba99b987fea4242c54aa74202a975142))
# [1.20.0](https://github.com/featurevisor/featurevisor/compare/v1.19.0...v1.20.0) (2024-04-30)

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

1

lib/index.js

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

showDatafile: options.showDatafile || false,
fast: options.fast || false,
onlyFailures: options.onlyFailures || false,

@@ -219,0 +218,0 @@ };

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

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

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

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

},
"gitHead": "2a66f338222849d2a40c31424d79e080e02f4e97"
"gitHead": "b12c838af9f5361f15b52bf52ef16c058e93b56c"
}

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

showDatafile: options.showDatafile || false,
fast: options.fast || false,
onlyFailures: options.onlyFailures || false,

@@ -161,0 +160,0 @@ };

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