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

deployd

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deployd - npm Package Versions

23
6

1.2.0

Diff

Changelog

Source

1.2.0 (2019-04-08)

Features

  • Allow custom express handler after deployd middleware (#869) (81b84b1)

<a name="1.1.3"></a>

andrei.alecu
published 1.1.3 •

Changelog

Source

1.1.3 (2019-03-12)

Bug Fixes

  • Fix big numbers being parsed into integers when it wasn't safe to do so (#873)

    Documents could have a generated id that is only composed of numbers. Deployd automatically tries to convert parameters that look like numbers to JS numbers with parseInt. For big numbers this isn't safe and could result in the numbers being changed.

    This fixes this problem by leaving the numbers strings when they are too big to be safe numbers.

Chore:

  • Dependency updates

Breaking Changes ⚠️

  • Node.js below version 4.0.0 not officially supported any longer

<a name="1.1.2"></a>

andrei.alecu
published 1.1.2 •

Changelog

Source

1.1.2 (2017-12-19)

Bug Fixes

  • don't overwrite http headers with defaults (#851) (c6d8fdb)

<a name="1.1.1"></a>

andrei.alecu
published 1.1.1 •

Changelog

Source

1.1.1 (2017-11-07)

Bug Fixes

  • internal-resources: namespaced resources could not be moved/renamed into other namespaces (fa4cc64)

<a name="1.1.0"></a>

andrei.alecu
published 1.1.0 •

Changelog

Source

1.1.0 (2017-11-04)

Notes: dpd-dashboard and dpd-clientlib now follow semver too. Please update their semver ranges in your project to ^1.0.0

Bug Fixes

  • tests:
    • run tests on random mongo port and update for new mocha/npm (#831) (4331b3c2)

Features

  • Allow specifying resources in subdirectories/namespaces. (eg. namespace/hello) (#832) (4d22465b)

    Details:

    What this does is allow structuring resources in subdirectories. (eg clientapi/users, clientapi/photos, clientapi/v2/followers, etc)

    This greatly improves the structure of projects, allowing easier separation of functions into their own separate concerns.

    Each can have its own separate event code and deployd will handle the routing. This should work for any resource type.

Documentation

  • Update readme with some best practices (#833) (/aafd3fc5)

<a name="v1.0.0"></a>

nicolasrtt
published 1.0.0 •

Changelog

Source

v1.0.0 (2017-09-19)

Bug Fixes

  • collection: protect and hide should not modify this (#782) (a9fdc4cf)
  • internal-client: add req.resume() (#785) (5e2c7813)
  • add socketIo check (#802) (ce04ddee)
  • fix: server.attach() did not enable socket clustering (#777) (04bb24a2)

Breaking Changes ⚠️

  • refactor: remove dpd cli from deployd core module (#776) (626d4ad6)

  • refactor(*): remove dashboard and clientlib from deployd core module (#783) (c9d0a91d)

    ℹ️ A migration guide is available in the readme

<a name="v0.8.10"></a>

nicolasrtt
published 0.8.10 •

Changelog

Source

v0.8.10 (2017-09-19)

Bug Fixes

  • Dependencies: Fix: Force mime version v1.4.0 (1514b8decc4)

<a name="v0.8.9"></a>

nicolasrtt
published 1.0.0-beta.0 •

nicolasrtt
published 1.0.0-alpha.0 •

nicolasrtt
published 0.8.9 •

Changelog

Source

v0.8.9 (2016-08-29)

Bug Fixes

  • db: convert skip/limit arg to integer (86e6f5f6)
  • package:
    • pin mongodb to 2.1.18 (upstream bug) (#740) (79ed7b77)
    • pin mongodb to 2.1.x (#739) (d07f3ca4)
  • user-collection: ensure password is a string (e81c6c7b, #735)

<a name="v0.8.8"></a>

23
6
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