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

acquit

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acquit - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

History.md

@@ -0,1 +1,5 @@

1.2.1 / 2020-09-25
==================
* fix: downgrade to marked v0.7.x for Node v4 support #25
1.2.0 / 2020-09-25

@@ -2,0 +6,0 @@ ==================

9

package.json
{
"name": "acquit",
"version": "1.2.0",
"version": "1.2.1",
"description": "Parse BDD tests (Mocha, Jasmine) to generate documentation",

@@ -9,4 +9,3 @@ "homepage": "http://acquit.mongoosejs.io",

"static": "serve .",
"test": "mocha test/*.test.js",
"test-coverage": "nyc mocha -- -R spec ./test/*.test.js"
"test": "mocha test/*.test.js"
},

@@ -28,3 +27,3 @@ "author": "Valeri Karpov <val@karpov.io>",

"esprima": "4.0.0",
"marked": "1.1.1"
"marked": "0.7.x"
},

@@ -36,5 +35,5 @@ "devDependencies": {

"highlight.js": "9.12.0",
"mocha": "8.1.3",
"mocha": "5.x",
"serve": "11.x"
}
}
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