appcd-agent
Advanced tools
Comparing version 0.0.0 to 1.0.0-1
{ | ||
"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" | ||
} | ||
} |
# appcd-agent | ||
Coming soon! | ||
Monitors a Node.js process and tracks CPU and memory usage. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
63085
8
261
1
0
2
2
+ Addednanobuffer@^1.0.0
+ Addedsource-map-support@^0.5.0
+ Addedbuffer-from@1.1.2(transitive)
+ Addednanobuffer@1.1.7(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsource-map-support@0.5.21(transitive)