Comparing version 0.1.9-pre.1 to 0.1.9
/*! litejs.com/MIT-LICENSE.txt */ | ||
!function(b,t,u){function v(){}function n(a,e,d){a[e]||(a[e]=new Function("a,b,c,d",d))}function f(a,e,d){var c=p.shift()||new XMLHttpRequest;c.open(a,e,!0!==d);!0!==d&&(c.onreadystatechange=function(){4==c.readyState&&(a=c.status,d&&d.call(c,(200>a||299<a)&&304!==a&&1223!==a&&a,c.responseText),c.onreadystatechange=d=v,p.push(c))});return c}function l(a){var e=g[a];if(!e)throw Error("Module not found: "+a);if("string"==typeof e){var d=g[a]={},c={id:a,filename:a,exports:d};(new Function("exports,module,process,require,global", | ||
e)).call(d,d,c,w,l,b);e=g[a]=c.exports}return e}function q(a,e){"string"==typeof a&&(a=[a]);for(var d=a.length,c=0,b=[];c<d;)!function(c){b[c]="";a[c]&&f("GET",a[c],function(a,f){b[c]=a?"":f;--d||(execScript(";"+b.join("/**/;")),e&&e(),b=null)}).send()}(c++)}var p=[],m,k=[],r=b.onerror;b.onerror=function(a,e,d,c,f){var g=arguments,h=f||Error(a),h=h.stack||h.backtrace||h.stacktrace||"";r&&r.apply(this,g);m!==(m=[e,d,c||(b.event||g).errorCharacter||"?",a].join(":"))&&k.push([m,h,+new Date,b.location].join("\n"))}; | ||
setInterval(function(){k.length&&f.logErrors&&(f.logErrors(k),k.length=0)},307);n(b,"XMLHttpRequest","return new ActiveXObject('MSXML2.XMLHTTP')");b.execScript||Function("d,Date,w","if((1,eval)('(Date)')===d)w.execScript=eval")(Date,1,b);n(b,"execScript","d=document;b=d.body;c=d.createElement('script');c.text=a;b.insertBefore(c,b.firstChild)");b.xhr=f;var g={},w={env:{},nextTick:b.setImmediate||b.requestAnimationFrame||b.setTimeout};b.require=l;l.def=function(a,b){for(b in a)g[b]=a[b]};f.load=q;q(t, | ||
u)}(this,[]); | ||
!function(c,v,w){function x(){}function p(a,b,e){a[b]||(a[b]=new Function("a,b,c,d",e))}function g(a,b,e,c){var d=q.shift()||new XMLHttpRequest;d.open(a,b,!0!==e);!0!==e&&(d.onreadystatechange=function(){4==d.readyState&&(a=d.status,e&&e.call(d,(200>a||299<a)&&304!==a&&1223!==a&&a,d.responseText,c),d.onreadystatechange=e=x,q.push(d))});return d}function m(a){var b=k[a];if(!b)throw Error("Module not found: "+a);if("string"==typeof b){var e=k[a]={},h={id:a,filename:a,exports:e};(new Function("exports,module,process,require,global", | ||
b)).call(e,e,h,y,m,c);b=k[a]=h.exports}return b}function r(a,b){function c(a,d,e){f[e]=a?"":d;--t||(execScript(";"+f.join("/**/;")),b&&b(),f=null)}"string"==typeof a&&(a=[a]);for(var h=a.length,d=0,t=0,f=[];d<h;d++)a[d]&&g("GET",a[d],c,t++).send()}var q=[],n,l=[],u=c.onerror;c.onerror=function(a,b,e,h,d){var g=arguments,f=d||Error(a),f=f.stack||f.backtrace||f.stacktrace||"";u&&u.apply(this,g);n!==(n=[b,e,h||(c.event||g).errorCharacter||"?",a].join(":"))&&l.push([n,f,+new Date,c.location].join("\n"))}; | ||
setInterval(function(){l.length&&g.logErrors&&(g.logErrors(l),l.length=0)},307);p(c,"XMLHttpRequest","return new ActiveXObject('MSXML2.XMLHTTP')");c.execScript||Function("d,Date,w","if((1,eval)('(Date)')===d)w.execScript=eval")(Date,1,c);p(c,"execScript","d=document;b=d.body;c=d.createElement('script');c.text=a;b.insertBefore(c,b.firstChild)");c.xhr=g;var k={},y={env:{},nextTick:c.setImmediate||c.requestAnimationFrame||c.setTimeout};c.require=m;m.def=function(a,b){for(b in a)k[b]=a[b]};g.load=r;r(v, | ||
w)}(this,[]); |
/*! litejs.com/MIT-LICENSE.txt */ | ||
/* | ||
MIT License | ||
MIT License | ||
*/ | ||
@@ -6,0 +5,0 @@ !function(f,c){function l(b,a,d){if(b&&b.constructor===c){a={};for(d in b)q.call(b,d)&&(a[d]=l(b[d]));b=a}return b}function m(){return!0}function v(){return!1}function h(b,r){for(var d="_",c=b,e=b.split("->");1<e.length;)c=e.pop(),d=e.pop().match(/\w+/g)||"",e.length&&e.push("(function("+d+"){return("+c+")})");return new Function(d,(r&&(b=b.replace(a,"").match(/\b[a-z]\w*|\b_\w+/g))?"var "+b.uniq().join("='',")+"='';with("+r+"||{})":"")+"return("+c+")")}var e=Array.prototype,k=Function.prototype, |
@@ -5,5 +5,5 @@ /*! litejs.com/MIT-LICENSE.txt */ | ||
/** | ||
* @version 0.1.8 | ||
* @date 2015-03-22 | ||
/* | ||
* @version 0.1.9 | ||
* @date 2015-03-24 | ||
* @stability 1 - Experimental | ||
@@ -244,4 +244,4 @@ * @author Lauri Rooden <lauri@rooden.ee> | ||
/* | ||
* @version 0.1.8 | ||
* @date 2015-03-22 | ||
* @version 0.1.9 | ||
* @date 2015-03-24 | ||
* @stability 1 - Experimental | ||
@@ -384,4 +384,4 @@ * @author Lauri Rooden <lauri@rooden.ee> | ||
/* | ||
* @version 0.1.8 | ||
* @date 2015-03-22 | ||
* @version 0.1.9 | ||
* @date 2015-03-24 | ||
* @stability 1 - Experimental | ||
@@ -991,3 +991,3 @@ * @author Lauri Rooden <lauri@rooden.ee> | ||
/* | ||
* @version 0.1.8 | ||
* @version 0.1.9 | ||
* @author Lauri Rooden <lauri@rooden.ee> | ||
@@ -1122,4 +1122,4 @@ * @license MIT License | ||
/** | ||
* @version 0.1.8 | ||
* @date 2015-03-22 | ||
* @version 0.1.9 | ||
* @date 2015-03-24 | ||
* @stability 1 - Experimental | ||
@@ -1253,4 +1253,4 @@ * @author Lauri Rooden <lauri@rooden.ee> | ||
/* | ||
* @version 0.1.8 | ||
* @date 2015-03-22 | ||
* @version 0.1.9 | ||
* @date 2015-03-24 | ||
* @stability 1 - Experimental | ||
@@ -1329,4 +1329,4 @@ * @author Lauri Rooden <lauri@rooden.ee> | ||
/* | ||
* @version 0.1.8 | ||
* @date 2015-03-22 | ||
* @version 0.1.9 | ||
* @date 2015-03-24 | ||
* @stability 1 - Experimental | ||
@@ -1333,0 +1333,0 @@ * @author Lauri Rooden <lauri@rooden.ee> |
{ | ||
"name": "litejs", | ||
"version": "0.1.9-pre.1", | ||
"version": "0.1.9", | ||
"stability": 1, | ||
@@ -37,3 +37,3 @@ "license": "MIT", | ||
"elements-lite": "0.6.1", | ||
"functional-lite": "0.3.0" | ||
"functional-lite": "0.3.1" | ||
}, | ||
@@ -40,0 +40,0 @@ "buildman": { |
@@ -6,4 +6,4 @@ [npm package]: https://npmjs.org/package/litejs | ||
@version 0.1.8 | ||
@date 2015-03-22 | ||
@version 0.1.9 | ||
@date 2015-03-24 | ||
@stability 1 - Experimental | ||
@@ -10,0 +10,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
63531
1375
+ Addedfunctional-lite@0.3.1(transitive)
- Removedfunctional-lite@0.3.0(transitive)
Updatedfunctional-lite@0.3.1