Comparing version 0.1.6 to 0.1.7
@@ -692,2 +692,10 @@ // Generated by CoffeeScript 1.9.0 | ||
this.first_of = function(collection) { | ||
return collection[0]; | ||
}; | ||
this.last_of = function(collection) { | ||
return collection[collection.length - 1]; | ||
}; | ||
}).call(this); |
{ | ||
"name": "cnd", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "a grab-bag NodeJS package mainly for functionalities that used to live in coffeenode-trm, coffeenode-bitsnpieces, and coffeenode-types", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
Sorry, the diff of this file is not supported yet
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
144257
1749