Socket
Socket
Sign inDemoInstall

serverless-java-instrument

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-java-instrument - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

1

index.js

@@ -38,2 +38,3 @@ 'use strict';

console.error(`Unable to instrument deployment artifact ${deploymentArtifact}`)
console.error(result.stderr)
}

@@ -40,0 +41,0 @@ }

2

package.json
{
"name": "serverless-java-instrument",
"version": "0.0.2",
"version": "0.0.3",
"description": "Serverless Framework Plugin that auto-instruments JVM-based Lambda functions",

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

@@ -13,2 +13,27 @@ # Serverless Java Instrument Plugin (Alpha)

"threadId" : 1,
"jvm" : {
"vmName" : "OpenJDK 64-Bit Server VM",
"availableProcessors" : 2,
"heapMemory" : {
"committed" : 20316160,
"init" : 20971520,
"max" : 883884032,
"used" : 9277952
},
"nonHeapMemory" : {
"committed" : 16187392,
"init" : 2555904,
"max" : 260046848,
"used" : 10566024
},
"threadCount" : 4,
"vmVendor" : "Oracle Corporation",
"uptime" : "7106ms",
"threadSserTime" : 660000000,
"systemLoadAverage" : 0.07,
"vmVersion" : "25.201-b09",
"daemonThreadCount" : 3,
"peakThreadCount" : 4,
"threadCpuTime" : 750872982
},
"context" : {

@@ -15,0 +40,0 @@ "awsRequestId" : "024cecab-ba19-40c7-acae-2d2f4695edbe",

Sorry, the diff of this file is not supported yet

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