Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "checkt", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"main": "dist/checkt.js", | ||
@@ -5,0 +5,0 @@ "ignore": [ |
@@ -7,3 +7,3 @@ (function() { | ||
name = names[_i]; | ||
this.inject.add([name.toLowerCase()]); | ||
udefine.inject.add([name.toLowerCase()]); | ||
} | ||
@@ -10,0 +10,0 @@ return null; |
@@ -1,2 +0,2 @@ | ||
/*! checkt - v1.1.3 - 18-09-2013 */ | ||
(function(){!function(a){return udefine.configure(function(){var b,c,d;for(c=0,d=a.length;d>c;c++)b=a[c],this.inject.add([b.toLowerCase()]);return null})}(["check","checkt"])}).call(this),function(){"use strict";var a,b={}.hasOwnProperty;a=function(a,c){var d,e,f,g,h,i,j,k,l,m,n,o;if(i={}.toString.call(a),k=i.slice(8,i.length-1).toLowerCase(),d=function(b,e,f){return f?k!==b&&"function"==typeof e&&e(a):k===b&&"function"==typeof e&&e(a),c?void 0:(h["else"]=h.otherwise=function(a){return d(b,a,!f)},h)},l=function(b){var c,e,f,g,h;for(c={},f=["undefined","null","string","number","boolean","object","array","function"],c.valid=function(c){return b?null==a&&"function"==typeof c&&c(a):null!=a&&"function"==typeof c&&c(a),this},g=0,h=f.length;h>g;g++)e=f[g],c[e]=function(a){return function(c){return d(a,c,b)}}(e);return c},c){j=l(!1);for(f in c)if(b.call(c,f))if(m=c[f],f.indexOf(",")>-1)for(g=f.split(","),n=0,o=g.length;o>n;n++)e=g[n],j[e.trim()](m);else j[f.trim()](m);h=void 0}else h=l(!1),h.not=l(!0);return h},function(b){var c,d;return c=function(){return b.check=b.checkt=a},b.udefine?(d=function(){return udefine.env.browser?c():a},udefine("checkt",d),udefine("check",d)):c()}(this)}.call(this); | ||
/*! checkt - v1.1.4 - 25-09-2013 */ | ||
(function(){!function(a){return udefine.configure(function(){var b,c,d;for(c=0,d=a.length;d>c;c++)b=a[c],udefine.inject.add([b.toLowerCase()]);return null})}(["check","checkt"])}).call(this),function(){"use strict";var a,b={}.hasOwnProperty;a=function(a,c){var d,e,f,g,h,i,j,k,l,m,n,o;if(i={}.toString.call(a),k=i.slice(8,i.length-1).toLowerCase(),d=function(b,e,f){return f?k!==b&&"function"==typeof e&&e(a):k===b&&"function"==typeof e&&e(a),c?void 0:(h["else"]=h.otherwise=function(a){return d(b,a,!f)},h)},l=function(b){var c,e,f,g,h;for(c={},f=["undefined","null","string","number","boolean","object","array","function"],c.valid=function(c){return b?null==a&&"function"==typeof c&&c(a):null!=a&&"function"==typeof c&&c(a),this},g=0,h=f.length;h>g;g++)e=f[g],c[e]=function(a){return function(c){return d(a,c,b)}}(e);return c},c){j=l(!1);for(f in c)if(b.call(c,f))if(m=c[f],f.indexOf(",")>-1)for(g=f.split(","),n=0,o=g.length;o>n;n++)e=g[n],j[e.trim()](m);else j[f.trim()](m);h=void 0}else h=l(!1),h.not=l(!0);return h},function(b){var c,d;return c=function(){return b.check=b.checkt=a},b.udefine?(d=function(){return udefine.env.browser?c():a},udefine("checkt",d),udefine("check",d)):c()}(this)}.call(this); |
{ | ||
"name": "checkt", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Safe (chainable) type checks", | ||
@@ -5,0 +5,0 @@ "main": "dist/checkt.js", |
Sorry, the diff of this file is not supported yet
25711