New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@locker/instrumentation

Package Overview
Dependencies
Maintainers
7
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@locker/instrumentation - npm Package Compare versions

Comparing version 0.14.5 to 0.14.6

6

dist/index.cjs.js

@@ -47,3 +47,3 @@ /*!

ticketSequence = (ticketSequence + 1) % 1000000000;
return "".concat(ticket);
return `${ticket}`;
} // Locker Activity class

@@ -69,3 +69,3 @@

this.activityId = "".concat(shared.toString(sandboxKey), "-").concat(getTicket());
this.activityId = `${shared.toString(sandboxKey)}-${getTicket()}`;
this.nameOrDescription = nameOrDescription;

@@ -119,2 +119,2 @@ this.sandboxKey = sandboxKey;

exports.defaultInstrumentation = defaultInstrumentation;
/*! version: 0.14.5 */
/*! version: 0.14.6 */

@@ -40,3 +40,3 @@ /*!

ticketSequence = (ticketSequence + 1) % 1000000000;
return "".concat(ticket);
return `${ticket}`;
} // Locker Activity class

@@ -62,3 +62,3 @@

this.activityId = "".concat(toString(sandboxKey), "-").concat(getTicket());
this.activityId = `${toString(sandboxKey)}-${getTicket()}`;
this.nameOrDescription = nameOrDescription;

@@ -110,2 +110,2 @@ this.sandboxKey = sandboxKey;

export { Activity, Instrumentation, defaultInstrumentation };
/*! version: 0.14.5 */
/*! version: 0.14.6 */
{
"name": "@locker/instrumentation",
"version": "0.14.5",
"version": "0.14.6",
"license": "Salesforce Developer Agreement",

@@ -18,3 +18,3 @@ "author": "Salesforce UI Security Team",

"dependencies": {
"@locker/shared": "0.14.5"
"@locker/shared": "0.14.6"
},

@@ -25,3 +25,3 @@ "files": [

],
"gitHead": "257009273b0c98354e0fafd9d4e81d16664bad2e"
"gitHead": "905c78f2ced1c181b3b8c838ea045f85aaca87ce"
}
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