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

@bfwk/instrumentation

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfwk/instrumentation - npm Package Compare versions

Comparing version 0.6.40 to 0.6.42

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [0.6.40](https://github.com/salesforce/builder-framework/compare/v0.6.39...v0.6.40) (2021-07-07)
## [0.6.42](https://github.com/salesforce/builder-framework/compare/v0.6.40...v0.6.42) (2021-07-09)

@@ -9,0 +9,0 @@ **Note:** Version bump only for package @bfwk/instrumentation

class InstrumentationServiceImpl {
perfStart(attributes, source, system) {
console.log('perfStart', Date.now(), source, attributes, system);
// console.log('perfStart', Date.now(), source, attributes, system);
}
perfEnd(attributes, source, system) {
console.log('perfEnd', Date.now(), source, attributes, system);
// console.log('perfEnd', Date.now(), source, attributes, system);
}
markStart(namespace, name, context) {
console.log('markStart', Date.now(), namespace, name, context);
// console.log('markStart', Date.now(), namespace, name, context);
}
markEnd(namespace, name, context) {
console.log('markEnd', Date.now(), namespace, name, context);
// console.log('markEnd', Date.now(), namespace, name, context);
}
mark(namespace, name, context) {
console.log('mark', Date.now(), namespace, name, context);
// console.log('mark', Date.now(), namespace, name, context);
}
error(message, source, data) {
console.error(message, Date.now(), source.name, data);
// console.error(message, Date.now(), source.name, data);
}
interaction(target, scope, context, eventSource, eventType) {
console.log('interaction', target, scope, context, eventSource, eventType);
// console.log('interaction', target, scope, context, eventSource, eventType);
}

@@ -23,0 +23,0 @@ }

{
"name": "@bfwk/instrumentation",
"version": "0.6.40",
"version": "0.6.42",
"description": "LBF Instrumentation",

@@ -31,3 +31,3 @@ "type": "module",

"dependencies": {
"@bfwk/utils": "0.6.40"
"@bfwk/utils": "0.6.42"
},

@@ -34,0 +34,0 @@ "devDependencies": {

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