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

bramble

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bramble

A tool which helps you safely upgrade your NPM dependencies.

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-78.57%
Maintainers
1
Weekly downloads
 
Created
Source

Bramble

Is a tool which helps you safely upgrade your NPM dependencies.

Build Status

NPM

Running Bramble will look at each dependency in your package.json, and one by one will ask if you want to update that dependency (with the --prompt flag). If you let it, Bramble will then download the latest version of that dependency, optionally (with the --test flag) running your test suite to check for any breaking changes in the new version. Finally, Bramble will (with the --save flag) write the new version to your package.json.

He's also Ben's cat.

bramble cat!

Global Install

npm install -g bramble

Local Install

npm install bramble --save

Usage

Usage: bramble [--save] [--prompt] [--test] [--dev]

  Options:

    -h, --help     output usage information
    -V, --version  output the version number
    -s, --save     save the package.json on a successful install (and optional --test from your package.json
    -t, --test     bramble will run "npm test" (defined in your package.json) for you after successful install of any dependencies.
    -p, --prompt   prompt the user to install/skip and optionally test each dependency that needs updating
    -d, --dev      include flag to also update your devDependencies

Keywords

FAQs

Package last updated on 14 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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