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

appcd-agent

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appcd-agent - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0-1

dist/agent.js

31

package.json
{
"name": "appcd-agent",
"version": "0.0.0",
"description": "Coming soon!",
"version": "1.0.0-1",
"description": "Monitors a Node.js process and tracks CPU and memory usage.",
"main": "./dist/index",
"author": "Axway, Inc. <npmjs@appcelerator.com>",

@@ -9,3 +10,27 @@ "maintainers": [

],
"license": "Apache-2.0"
"license": "Apache-2.0",
"scripts": {
"build": "gulp build",
"coverage": "gulp coverage",
"docs": "gulp docs",
"prepare": "gulp build",
"test": "gulp test"
},
"dependencies": {
"nanobuffer": "^1.0.0",
"source-map-support": "^0.5.0"
},
"devDependencies": {
"appcd-gulp": "1.0.0-1",
"gulp": "^3.9.1"
},
"homepage": "https://github.com/appcelerator/appc-daemon#readme",
"bugs": "https://github.com/appcelerator/appc-daemon/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/appcelerator/appc-daemon.git"
},
"engines": {
"node": ">=8.0.0"
}
}

2

README.md
# appcd-agent
Coming soon!
Monitors a Node.js process and tracks CPU and memory usage.
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