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

tap-arc

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tap-arc - npm Package Compare versions

Comparing version 1.1.0-RC0 to 1.1.0-RC1

2

package.json

@@ -5,3 +5,3 @@ {

"author": "tbeseda",
"version": "1.1.0-RC0",
"version": "1.1.0-RC1",
"license": "Apache-2.0",

@@ -8,0 +8,0 @@ "type": "module",

@@ -63,5 +63,13 @@ <h1 align="center"><code>tap-arc</code> 📋</h1>

--no-diff
Do not show diff for failed assertions
example: tap-arc --no-diff
--no-color
Output without ANSI escape sequences for colors
example: tap-arc --no-color
--fail-bad-count
Fail when the number of assertions parsed does not match the plan
example: tap-arc --fail-bad-count
```

@@ -96,3 +104,3 @@

<details open>
<details>
<summary>"Expected <code>n</code> assertions, but found <code>< n</code>"</summary>

@@ -99,0 +107,0 @@

@@ -16,4 +16,12 @@ export default `

--no-diff
Do not show diff for failed assertions
example: tap-arc --no-diff
--no-color
Output without ANSI escape sequences for colors
example: tap-arc --no-color`
example: tap-arc --no-color
--fail-bad-count
Fail when the number of assertions parsed does not match the plan
example: tap-arc --fail-bad-count`
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