New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 1.3.0

2

lib/index.js

@@ -0,1 +1,3 @@

'use strict';
var parse = require('./parse');

@@ -2,0 +4,0 @@ var trimEachLine = require('./trimEachLine');

2

lib/parse.js

@@ -5,4 +5,2 @@ 'use strict';

var formatCode = require('./formatCode');
var marked = require('marked');
var util = require('util');

@@ -9,0 +7,0 @@ module.exports = function(transforms, contents, cb) {

@@ -0,1 +1,3 @@

'use strict';
module.exports = function(str) {

@@ -2,0 +4,0 @@ var lines = str.split('\n');

{
"name": "acquit",
"version": "1.2.1",
"version": "1.3.0",
"description": "Parse BDD tests (Mocha, Jasmine) to generate documentation",

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

"author": "Valeri Karpov <val@karpov.io>",
"license": "Apache 2.0",
"license": "Apache-2.0",
"keywords": [

@@ -26,4 +26,3 @@ "documentation",

"dependencies": {
"esprima": "4.0.0",
"marked": "0.7.x"
"esprima": "4.0.1"
},

@@ -34,6 +33,7 @@ "devDependencies": {

"acquit-require": "0.1.1",
"highlight.js": "9.12.0",
"mocha": "5.x",
"serve": "11.x"
"highlight.js": "11.5.0",
"marked": "4.0.12",
"mocha": "9.2.2",
"serve": "13.0.2"
}
}
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