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.0 to 1.0.1

4

function_trace.js

@@ -57,5 +57,5 @@ "use strict";

// TBD does this work for all cases? -- add a test
var wordEnd = node.argument.range[0]
if (wordEnd - node.range[0] > 7 && /\S/.test(content.slice(wordEnd - 1, wordEnd))) {
var lastChar = content.slice(wordEnd - 1, wordEnd)
if (/\S/.test(lastChar)) {
wordEnd--

@@ -62,0 +62,0 @@ }

{
"name": "concurix-instrument",
"version": "1.0.0",
"version": "1.0.1",
"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