Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,5 @@ | ||
1.0.5 / 2019-06-15 | ||
================== | ||
* fix: fix crash on node 4.x | ||
1.0.4 / 2019-06-15 | ||
@@ -2,0 +6,0 @@ ================== |
@@ -0,1 +1,3 @@ | ||
'use strict'; | ||
var esprima = require('esprima'); | ||
@@ -98,3 +100,3 @@ var formatCode = require('./formatCode'); | ||
var p = prop.split('.'); | ||
for (let i = 0; i < p.length; ++i) { | ||
for (var i = 0; i < p.length; ++i) { | ||
if (obj == null) { | ||
@@ -101,0 +103,0 @@ return null; |
{ | ||
"name": "acquit", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Parse BDD tests (Mocha, Jasmine) to generate documentation", | ||
@@ -5,0 +5,0 @@ "homepage": "http://acquit.mongoosejs.io", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37598
545