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

appcd-client

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appcd-client - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

12

CHANGELOG.md

@@ -1,3 +0,13 @@

# v1.1.0 (April 9, 2018)
# v1.1.1 (May 24, 2018)
* Updated dependencies:
- appcd-gulp 1.1.1 -> 1.1.5
- appcd-logger 1.1.0 -> 1.1.1
- appcd-response 1.1.0 -> 1.1.2
- appcd-util 1.1.0 -> 1.1.1
- source-map-support 0.5.4 -> 0.5.6
- ws 5.1.0 -> 5.2.0
# v1.1.0 (Apr 9, 2018)
* Added debug logging that can be viewed by setting `SNOOPLOGG=appcd:client`.

@@ -4,0 +14,0 @@ * Added support for arbitrary properties on error objects to be returned to clients from the

14

package.json
{
"name": "appcd-client",
"version": "1.1.0",
"version": "1.1.1",
"description": "The Node.js client for connecting to the Appc Daemon.",

@@ -25,12 +25,12 @@ "main": "./dist/client",

"dependencies": {
"appcd-logger": "^1.1.0",
"appcd-response": "^1.1.0",
"appcd-util": "^1.1.0",
"appcd-logger": "^1.1.1",
"appcd-response": "^1.1.2",
"appcd-util": "^1.1.1",
"msgpack-lite": "^0.1.26",
"source-map-support": "^0.5.4",
"source-map-support": "^0.5.6",
"uuid": "^3.2.1",
"ws": "^5.1.0"
"ws": "^5.2.0"
},
"devDependencies": {
"appcd-gulp": "^1.1.1",
"appcd-gulp": "^1.1.5",
"gulp": "^3.9.1"

@@ -37,0 +37,0 @@ },

@@ -55,2 +55,2 @@ # appcd-client

[1]: https://github.com/appcelerator/appc-daemon/packages/appcd-client/LICENSE
[1]: https://github.com/appcelerator/appc-daemon/blob/master/packages/appcd-client/LICENSE
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