Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bv-ui-core

Package Overview
Dependencies
Maintainers
12
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bv-ui-core - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

lib/performance/measure.js

2

lib/performance/entries.js

@@ -1,7 +0,5 @@

var marks = {};
var timeline = [];
module.exports = {
marks: marks,
timeline: timeline
};

@@ -11,1 +11,2 @@ /**

module.exports.mark = require('./mark.js').mark;
module.exports.measure = require('./measure.js').measure;

@@ -10,3 +10,2 @@ /**

var perfNow = require('./now.js');
var marks = require('./entries').marks;
var timeline = require('./entries').timeline;

@@ -84,5 +83,3 @@

// Push the record to the marks list and timeline
marks[name] = marks[name] || [];
marks[name].push(record.startTime);
// Push the record to the timeline
timeline.push(record);

@@ -89,0 +86,0 @@ }

@@ -10,2 +10,3 @@ /**

CH: true, // Switzerland
CY: true, // Republic of Cyprus
CZ: true, // Czech Republic

@@ -25,5 +26,7 @@ DE: true, // Germany

IT: true, // Italy
LI: true, // Liechtenstein
LT: true, // Lithuania
LU: true, // Luxembourg
LV: true, // Latvia
MT: true, // Malta
NL: true, // Netherlands

@@ -30,0 +33,0 @@ NO: true, // Norway

{
"name": "bv-ui-core",
"version": "1.1.0",
"version": "1.2.0",
"license": "Apache 2.0",

@@ -5,0 +5,0 @@ "description": "Bazaarvoice UI-related JavaScript",

@@ -31,2 +31,6 @@ /**

it('exposes a measure function', function () {
expect(perfModule.measure).to.be.a('function');
});
});
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc