Comparing version 0.3.5 to 0.3.6
@@ -1,2 +0,1 @@ | ||
;!function( util ) { | ||
@@ -6,2 +5,3 @@ "use strict"; | ||
/*~ d8/src/utils.js ~*/ | ||
// utility methods | ||
@@ -23,2 +23,3 @@ function _indexOf( o, k ) { var i = o.indexOf( k ); return i == -1 ? null : i; } | ||
/*~ d8/src/fns.js ~*/ | ||
// private methods | ||
@@ -110,2 +111,3 @@ function _24hrTime( o, res ) { return ( o = Number( o ) ) < 12 && _lc( res.ampm ) == _lc( LOCALE.PM ) ? o += 12 : o; } | ||
/*~ d8/src/format.js ~*/ | ||
function buildTemplate( o ) { | ||
@@ -135,2 +137,3 @@ if ( cache_format[o] ) return cache_format[o]; | ||
/*~ d8/src/toDate.js ~*/ | ||
function buildParser( o ) { | ||
@@ -226,2 +229,3 @@ if ( cache_parse[o] ) return cache_parse[o]; | ||
/*~ d8/src/vars.js ~*/ | ||
var LOCALE = Type.locale, U, | ||
@@ -351,2 +355,3 @@ // DAY_OFFSETS is the amount of days from the current day to the Monday of the week it belongs to | ||
/*~ d8/src/expose.js ~*/ | ||
// instance methods | ||
@@ -353,0 +358,0 @@ util.defs( Type.prototype, { |
@@ -9,10 +9,8 @@ { | ||
"dependencies" : { | ||
"m8" : ">= 0.1.0" | ||
"m8" : ">= 0.2.7" | ||
}, | ||
"devDependencies" : { | ||
"Templ8" : ">= 0.3.0", | ||
"catn8" : ">= 0.0.2", | ||
"chai" : ">= 1.2.0", | ||
"mkdirp" : ">= 0.3.0", | ||
"mocha" : ">= 1.3.0", | ||
"uglify-js" : ">= 1.2.5" | ||
"mocha" : ">= 1.4.2" | ||
}, | ||
@@ -27,3 +25,3 @@ "engines" : { | ||
} ], | ||
"main" : "./d8.js", | ||
"main" : "./d8", | ||
"name" : "d8", | ||
@@ -37,3 +35,3 @@ "repository" : { | ||
}, | ||
"version" : "0.3.5" | ||
"version" : "0.3.6" | ||
} |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
3
0
85532
20
967
Updatedm8@>= 0.2.7