Comparing version 0.2.6 to 0.2.7
@@ -84,3 +84,3 @@ // Generated by CoffeeScript 1.7.1 | ||
} | ||
_results.push(this.diveIntoElements(member.content.sections)); | ||
_results.push(this.diveIntoElements(member.content.sections || [])); | ||
break; | ||
@@ -90,3 +90,3 @@ case 'oneOf': | ||
case 'memberType': | ||
_results.push(this.diveIntoElements(member.content)); | ||
_results.push(this.diveIntoElements(member.content || [])); | ||
break; | ||
@@ -93,0 +93,0 @@ default: |
@@ -38,3 +38,3 @@ // Generated by CoffeeScript 1.7.1 | ||
sections = []; | ||
this.diveIntoElements(member.content.sections, sections); | ||
this.diveIntoElements(member.content.sections || [], sections); | ||
member.content.sections = sections; | ||
@@ -47,3 +47,3 @@ _results.push(content.push(member)); | ||
memberContent = []; | ||
this.diveIntoElements(member.content, memberContent); | ||
this.diveIntoElements(member.content || [], memberContent); | ||
member.content = memberContent; | ||
@@ -50,0 +50,0 @@ _results.push(content.push(member)); |
{ | ||
"name": "drafter", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"author": "Apiary.io <support@apiary.io>", | ||
@@ -24,3 +24,3 @@ "description": "Snow Crash parser harness", | ||
"deepcopy": "0.4.x", | ||
"protagonist": "~0.19.3", | ||
"protagonist": "~0.19.5", | ||
"yargs": "~1.3.3" | ||
@@ -32,4 +32,3 @@ }, | ||
"mocha": "~2.0.1" | ||
}, | ||
"license": "MIT" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
239546
23
0
105
0
Updatedprotagonist@~0.19.5