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.0.2 to 1.1.0

lib/performance/entries.js

3

lib/performance/index.js

@@ -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;

8

lib/performance/mark.js

@@ -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",

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