calculated-cached-properties
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "calculated-cached-properties", | ||
"version": "0.0.2", | ||
"version": "0.0.4", | ||
"main": [ | ||
@@ -5,0 +5,0 @@ "build/dev/calculated-cached-properties.js", |
@@ -5,3 +5,3 @@ /** | ||
* calculated-cached-properties, a spinoff of uBerscore library. Docs will follow. | ||
* Version 0.0.2 - Compiled on 2015-06-07 18:33:55 | ||
* Version 0.0.4 - Compiled on 2015-06-07 18:42:32 | ||
* Repository git://github.com/anodynos/calculated-cached-properties | ||
@@ -8,0 +8,0 @@ * Copyright(c) 2015 Agelos Pikoulas <agelos.pikoulas@gmail.com> |
/** | ||
* calculated-cached-properties https://github.com/anodynos/calculated-cached-properties | ||
* | ||
* calculated-cached-properties, a spinoff of uBerscore library. | ||
* Version 0.0.1 - Compiled on 2015-06-07 17:58:54 | ||
* calculated-cached-properties, a spinoff of uBerscore library. Docs will follow. | ||
* Version 0.0.4 - Compiled on 2015-06-07 18:42:35 | ||
* Repository git://github.com/anodynos/calculated-cached-properties | ||
@@ -7,0 +7,0 @@ * Copyright(c) 2015 Agelos Pikoulas <agelos.pikoulas@gmail.com> |
/** | ||
* calculated-cached-properties https://github.com/anodynos/calculated-cached-properties | ||
* | ||
* calculated-cached-properties, a spinoff of uBerscore library. | ||
* Version 0.0.1 - Compiled on 2015-06-07 18:01:07 | ||
* calculated-cached-properties, a spinoff of uBerscore library. Docs will follow. | ||
* Version 0.0.4 - Compiled on 2015-06-07 18:42:34 | ||
* Repository git://github.com/anodynos/calculated-cached-properties | ||
@@ -751,3 +751,3 @@ * Copyright(c) 2015 Agelos Pikoulas <agelos.pikoulas@gmail.com> | ||
tru(_.isObject(obj)); | ||
return tru(obj.constructor === Object); | ||
return tru(_B.isHash(obj)); | ||
}); | ||
@@ -817,3 +817,2 @@ }); | ||
it("#1", function () { | ||
l.log(dn); | ||
equal(dn.doubled, 6); | ||
@@ -820,0 +819,0 @@ equal(dn.doubled, 6); |
{ | ||
"name": "calculated-cached-properties", | ||
"description": "A fake module for `calculated-cached-properties` generated by `urequire-ab-specrunner` used by its specs.", | ||
"main": "../../../dev/CalculatedCachedProperties.js" | ||
"main": "../../../min/CalculatedCachedProperties-min.js" | ||
} |
{ | ||
"name": "calculated-cached-properties", | ||
"description": "calculated-cached-properties, a spinoff of uBerscore library. Docs will follow.", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"homepage": "https://github.com/anodynos/calculated-cached-properties", | ||
@@ -6,0 +6,0 @@ "author": { |
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
61407
1164