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.7003 to 0.7.0

index.xml

7

CHANGELOG.md

@@ -6,13 +6,10 @@ # Change Log

## 0.6.7003 (2021-04-21)
# [0.7.0](https://github.com/salesforce/builder-framework/compare/v0.6.49...v0.7.0) (2021-07-28)
**Note:** Version bump only for package @bfwk/instrumentation
### Features
* refactor from lbf to bfwk @W-9091273 ([#1](https://github.com/salesforce/builder-framework/issues/1)) ([5300a61](https://github.com/salesforce/builder-framework/commit/5300a6117f7f1c763442d7e50d157443e22c1e36))
## [0.6.7](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.6...v0.6.7) (2021-04-05)

@@ -19,0 +16,0 @@

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.7003",
"version": "0.7.0",
"description": "LBF Instrumentation",

@@ -9,3 +9,4 @@ "type": "module",

"files": [
"dist/types"
"dist/types",
"index.xml"
],

@@ -31,3 +32,3 @@ "publishConfig": {

"dependencies": {
"@bfwk/utils": "0.6.7003"
"@bfwk/utils": "0.7.0"
},

@@ -34,0 +35,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