Socket
Socket
Sign inDemoInstall

literapi

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

literapi - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

8

CHANGELOG.md
# Changelog
## 0.3.1
* FIXED: Default reporters were incorrectly cased, making them impossible to lookup
## 0.3.0
* Major rewrite internally
## 0.2.1

@@ -4,0 +12,0 @@

4

lib/cli.js

@@ -32,3 +32,3 @@ // Gently, see https://github.com/felixge/node-gently#gentlyhijackrealrequire

if (argv.d) options.delay *= 2
if (argv.a) options.reporter = 'Spec'
if (argv.a) options.reporter = 'spec'
if (argv.r) options.root = argv.r

@@ -38,3 +38,3 @@ if (argv.R) options.reporter = argv.R

options.quiet = true
options.reporter = 'Dot'
options.reporter = 'dot'
}

@@ -41,0 +41,0 @@ options.files = argv._

{
"name": "literapi",
"version": "0.3.0",
"version": "0.3.1",
"description": "Literate testing for HTTP APIs using markdown",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc