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

fuzzyblanket

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fuzzyblanket

sets up your project to use alexseville/blanket according to the node.js instructions

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

fuzzyblanket

What does this do?

  • sets up your project to use alexseville/blanket according to the node.js instructions

psuedocode

  • reads package-json

  • runs npm install --save-dev blanket if you don't already have it installed

  • adds these properties to your package.json

    scripts.posttest: 'mocha --require blanket -R html-cov > coverage.html && open coverage.html'
    scripts.blanket: {
        "pattern": "<dirname-of-your-project>/<path-to-your-code>"
    }
    
  • prints the resulting package.json for your knowledge

  • writes the resulting package.json back to the filesystem

usage

Usage: fuzzyblanket [--code your/source/code] [--package your/npm/module]

Options:
  --code, -c     the location of your source files; do not include your tests!
                              [default: "/Users/david.trejo/dev/snova-news/lib"]
  --package, -p  a path to the npm package to which you want to add `blanket`.
                                  [default: "/Users/david.trejo/dev/snova-news"]
  --force, -f    overwrite the scripts.posttest and scripts.blanket fields in
                 package.json
  --preview      see what changes will be made to your package.json without
                 making them

Keywords

FAQs

Package last updated on 01 Nov 2013

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