bookshelf-jsdoc-theme
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "bookshelf-jsdoc-theme", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "JSDoc theme used by bookshelfjs.org, the homepage of the Bookshelf.js ORM http://bookshelfjs.org", | ||
@@ -33,4 +33,5 @@ "main": "publish.js", | ||
"lodash": "^3.10.0", | ||
"moment": "^2.10.6" | ||
"moment": "^2.10.6", | ||
"taffydb": "https://github.com/hegemonic/taffydb/tarball/7d100bcee0e997ee4977e273cdce60bd8933050e" | ||
} | ||
} |
@@ -77,2 +77,4 @@ /*global env: true */ | ||
return 'undefined'; | ||
case 'NullLiteral': | ||
return 'null'; | ||
case 'TypeApplication': | ||
@@ -79,0 +81,0 @@ if (type.expression.name === 'Array') { |
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
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
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
139443
1344
4
1