Skip to content

Apply npm shrinkwrap prior to release #358

Closed
@wooldridge

Description

@wooldridge

npm shrinkwrap is a command line tool for npm that locks down the versions of a project’s dependencies. It lets you control exactly which versions of each dependency will be installed when a user runs npm install.

I researched shrinkwrap and presented to the API Team:

https://wiki.marklogic.com/display/~mwooldri/npm+shrinkwrap

The response from the team was positive. We've also implemented this in Samplestack.

Once our dependencies are locked down for this Node Client API release and the code is tested by QA, we will add npm-shrinkwrap.json file to lock down dependencies.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions