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

ca-apm-probe

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ca-apm-probe - npm Package Compare versions

Comparing version 1.10.12 to 1.10.13

12

bin/ca-apm-run.js
#!/usr/bin/env node
/**

@@ -20,3 +20,3 @@ * Copyright (c) 2015 CA. All rights reserved.

*/
// Reset argv to not include the runner (at argv[1]).

@@ -42,5 +42,5 @@ process.argv = process.argv.slice(0, 1).concat(process.argv.slice(2));

require('module')._load(
appScript,
null, // parent
true // isMain
);
appScript,
null, // parent
true // isMain
);
{
"name": "ca-apm-probe",
"version": "1.10.12",
"version": "1.10.13",
"description": "CA APM Node.js Agent monitors real-time health and performance of Node.js applications",

@@ -5,0 +5,0 @@ "keywords": "ca-apm-probe, apm, agent, instrumentation, monitoring, performance",

@@ -95,2 +95,6 @@ ## APM Node.js Agent

### Version History
- 1.10.13
- Published on: 02/17/2016
- Bug fixes and minor enhancements:
- Fix line ending issue with Agent runner
- 1.10.12

@@ -97,0 +101,0 @@ - Published on: 02/16/2016

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