appcd-client
Advanced tools
Comparing version 0.0.0 to 1.0.0-1
{ | ||
"name": "appcd-client", | ||
"version": "0.0.0", | ||
"description": "Coming soon!", | ||
"version": "1.0.0-1", | ||
"description": "The Node.js client for connecting to the Appc Daemon.", | ||
"main": "./dist/client", | ||
"author": "Axway, Inc. <npmjs@appcelerator.com>", | ||
@@ -9,3 +10,37 @@ "maintainers": [ | ||
], | ||
"license": "Apache-2.0" | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"appcelerator", | ||
"appc", | ||
"appcd", | ||
"daemon" | ||
], | ||
"scripts": { | ||
"build": "gulp build", | ||
"coverage": "gulp coverage", | ||
"docs": "gulp docs", | ||
"prepare": "gulp build", | ||
"test": "gulp test" | ||
}, | ||
"dependencies": { | ||
"appcd-response": "1.0.0-1", | ||
"appcd-util": "1.0.0-1", | ||
"msgpack-lite": "^0.1.26", | ||
"source-map-support": "^0.5.0", | ||
"uuid": "^3.1.0", | ||
"ws": "^3.3.1" | ||
}, | ||
"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-client | ||
Coming soon! | ||
The Node.js client for connecting to the Appc Daemon. | ||
## Usage | ||
```javascript | ||
import Client from 'appcd-client'; | ||
const client = new Client(); | ||
client | ||
.request('/appcd/status') | ||
.on('response', status => { | ||
console.log(status); | ||
client.disconnect(); | ||
}) | ||
.on('error', err => { | ||
console.error('ERROR!'); | ||
console.error(err); | ||
}); | ||
``` | ||
## API Documentation | ||
To generate API docs into static HTML files, run: | ||
gulp docs |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
64846
6
238
1
28
6
2
2
+ Addedappcd-response@1.0.0-1
+ Addedappcd-util@1.0.0-1
+ Addedmsgpack-lite@^0.1.26
+ Addedsource-map-support@^0.5.0
+ Addeduuid@^3.1.0
+ Addedws@^3.3.1
+ Addedappcd-fs@1.0.0-1(transitive)
+ Addedappcd-response@1.0.0-1(transitive)
+ Addedappcd-util@1.0.0-1(transitive)
+ Addedappcd-winreg@1.0.0-1(transitive)
+ Addedasync-limiter@1.0.1(transitive)
+ Addedbuffer-from@1.1.2(transitive)
+ Addedevent-lite@0.1.3(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedint64-buffer@0.1.10(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedlodash.get@4.4.2(transitive)
+ Addedmsgpack-lite@0.1.26(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedsemver@5.7.2(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsource-map-support@0.5.21(transitive)
+ Addedsprintf-js@1.1.3(transitive)
+ Addedultron@1.1.1(transitive)
+ Addeduuid@3.4.0(transitive)
+ Addedwinreg@1.2.5(transitive)
+ Addedws@3.3.3(transitive)