You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ember-cli-yuidoc

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-yuidoc - npm Package Compare versions

Comparing version

to
0.8.7

3

index.js

@@ -15,3 +15,4 @@ 'use strict';

if((this.liveDocsEnabled && env === 'development') || (config.enabledEnvironments && config.enabledEnvironments.indexOf(env) !== -1)) {
if((this.liveDocsEnabled && env === 'development') ||
(config.options && config.options.enabledEnvironments && config.options.enabledEnvironments.indexOf(env) !== -1)) {
return this.addDocsToTree(workingTree, optsGenerator.generate(config));

@@ -18,0 +19,0 @@ }

{
"name": "ember-cli-yuidoc",
"version": "0.8.6",
"version": "0.8.7",
"description": "Generate documentation of your app/addon from your yuidoc comments",

@@ -5,0 +5,0 @@ "directories": {