@contrast/agent 4.24.0 → 4.24.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/esm.mjs +1 -1
  2. package/package.json +1 -1
package/esm.mjs CHANGED
@@ -144,7 +144,7 @@ export async function load(url, context, defaultLoad) {
144
144
  });
145
145
  helpers.cacheWithSourceMap(agent, filename, result);
146
146
  }
147
- return { format: type, source: result.code };
147
+ return { format: type, source: result.code, shortCircuit: true };
148
148
  } catch (err) {
149
149
  logger.error(
150
150
  'Failed to load rewritten code for %s, err: %o, rewritten code %s, loading original code.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/agent",
3
- "version": "4.24.0",
3
+ "version": "4.24.1",
4
4
  "description": "Node.js security instrumentation by Contrast Security",
5
5
  "keywords": [
6
6
  "security",