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

concurix-instrument

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concurix-instrument - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

function_trace.js

@@ -24,4 +24,4 @@ "use strict";

var enterInsert = "var __concurix_traceme = global.__concurix_tracer.enter('" + id + "');"
var exitInsert = ";if (__concurix_traceme) {global.__concurix_tracer.exit('" + id + "')}"
var enterInsert = "var __concurix_traceme = __concurix_tracer.enter('" + id + "');"
var exitInsert = ";if (__concurix_traceme) {__concurix_tracer.exit('" + id + "')}"

@@ -28,0 +28,0 @@ // Instrument function entry

{
"name": "concurix-instrument",
"version": "1.0.4",
"version": "1.0.5",
"description": "Apply Concurix tracing instrumentation to client code.",

@@ -5,0 +5,0 @@ "main": "instrument.js",

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