bv-ui-core
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -6,3 +6,6 @@ /** | ||
module.exports.getEntries = require('./getEntries.js').getEntries; | ||
module.exports.getEntriesByName = require('./getEntriesByName.js').getEntriesByName; | ||
module.exports.getEntriesByType = require('./getEntriesByType.js').getEntriesByType; | ||
module.exports.now = require('./now.js').now; | ||
module.exports.mark = require('./mark.js').mark; |
@@ -10,2 +10,4 @@ /** | ||
var perfNow = require('./now.js'); | ||
var marks = require('./entries').marks; | ||
var timeline = require('./entries').timeline; | ||
@@ -48,6 +50,2 @@ // Determine now (once) if we can use the native User Timing API | ||
// Private vars | ||
var marks = {}; | ||
var timeline = []; | ||
/** | ||
@@ -58,3 +56,3 @@ * Native Implementation | ||
function nativeImplementation (name) { | ||
nativeMark.call(performance, name); | ||
return nativeMark.call(performance, name); | ||
} | ||
@@ -61,0 +59,0 @@ |
{ | ||
"name": "bv-ui-core", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"license": "Apache 2.0", | ||
@@ -5,0 +5,0 @@ "description": "Bazaarvoice UI-related JavaScript", |
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
217897
110
5090
6