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

deployd

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

deployd - npm Package Compare versions

Comparing version 1.0.0-beta.0 to 1.0.0

34

HISTORY.md

@@ -5,2 +5,36 @@ # History

<a name="v1.0.0"></a>
# v1.0.0 (2017-09-19)
## Bug Fixes
- **collection:** protect and hide should not modify `this` (#782)
([a9fdc4cf](https://github.com/deployd/deployd/commit/a9fdc4cf4211765097cdf5e7aad19f682a62148c))
- **internal-client:** add req.resume() (#785)
([5e2c7813](https://github.com/deployd/deployd/commit/5e2c781333fd7d41a101e8aa5a2e9793b0f8d803))
- add socketIo check (#802)
([ce04ddee](https://github.com/deployd/deployd/commit/ce04ddeeedd2c5267d556a6b6ff9938dce7c1db4))
- fix: server.attach() did not enable socket clustering (#777)
([04bb24a2](https://github.com/deployd/deployd/commit/04bb24a23e4ab0f10651f51367142bd8c18fbf30))
## Breaking Changes ⚠️
- refactor: remove dpd cli from deployd core module (#776)
([626d4ad6](https://github.com/deployd/deployd/commit/626d4ad69cf32c7c92a91083ff8626ee95313c1a))
- refactor(*): remove dashboard and clientlib from deployd core module (#783)
([c9d0a91d](https://github.com/deployd/deployd/commit/c9d0a91d201888cb13f7c2c5b1e3f3d7d8fd31fb))
ℹ️ A migration guide is available in the [readme](README.md#migration-guide-to-v1.0.0)
<a name="v0.8.10"></a>
# v0.8.10 (2017-09-19)
## Bug Fixes
- **Dependencies:** Fix: Force mime version v1.4.0
([1514b8decc4](https://github.com/deployd/deployd/commit/1514b8decc4db06ffdea2928f746e21b638c14a5))
<a name="v0.8.9"></a>

@@ -7,0 +41,0 @@ # v0.8.9 (2016-08-29)

7

package.json
{
"name": "deployd",
"version": "1.0.0-beta.0",
"version": "1.0.0",
"author": "Ritchie Martori",

@@ -21,6 +21,3 @@ "license": "Apache-2.0",

"doh": "^0.0.4",
"ejs": "^2.5.1",
"filed": "^0.1.0",
"fs-extra": "^0.30.0",
"mkdirp": "*",
"mongodb": "^2.2.7",

@@ -37,3 +34,3 @@ "qs": "^6.2.1",

"chai": "*",
"dpd-cli": "^0.8.9",
"deployd-cli": "^2.0.0",
"less": "*",

@@ -40,0 +37,0 @@ "mocha": "*",

@@ -13,2 +13,4 @@ # deployd

⚠️ Deployd v1.0.0 has been released. [Read the migration guide](#migration-guide-to-v1.0.0) below.
## quick start

@@ -30,3 +32,2 @@

## requirements

@@ -37,2 +38,18 @@

## Migration guide to v1.0.0
v1.0.0 contains a big refactoring: the CLI, dashboard and client-lib has been extracted from the core to allow easier contributions and maintainability.
Here's a guide to help you migrate to v.1.0.0.
If you start your application [using a node script (recommend)](http://docs.deployd.com/docs/server/run-script.html), you just need to update the `deployd` dependency and add the missing ones (client-lib and dashboard).
```bash
$ npm update deployd
$ npm install dpd-dashboard dpd-clientlib
```
If you use the CLI to start your app (using `dpd` inside your app folder), you will need to uninstall it and reinstall `deployd-cli`.
`npm uninstall deployd -g && npm install deployd-cli -g`
If you have troubles making it work, feel free to ask for help on [the chat](https://gitter.im/deployd/deployd).
## install from npm

@@ -42,3 +59,5 @@

npm install deployd -g
```bash
npm install deployd-cli -g
```

@@ -49,7 +68,7 @@ the `dpd` command should be available. Type `dpd -V` and the current version should appear.

The windows installer is deprecated. The recommended way is now npm (`npm install deployd -g`) and [install mongodb](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/) separately.
The windows installer is deprecated. The recommended way is now npm (`npm install deployd-cli -g`) and [install mongodb](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/) separately.
## install on macosx
The macosx installer is deprecated. The recommended way is now npm (`npm install deployd -g`) and [install mongodb](http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/) separately.
The macosx installer is deprecated. The recommended way is now npm (`npm install deployd-cli -g`) and [install mongodb](http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/) separately.

@@ -60,3 +79,2 @@ ## install from source

npm install
npm link

@@ -83,2 +101,2 @@ ## unit & integration tests

Copyright 2012 deployd llc
Copyright 2017 deployd llc

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