remark-captions
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -160,3 +160,5 @@ 'use strict'; | ||
function getLast(xs) { | ||
function getLast() { | ||
var xs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : []; | ||
var len = xs.length; | ||
@@ -163,0 +165,0 @@ if (!len) return; |
{ | ||
"name": "remark-captions", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-captions", |
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
8966
143