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

coins-validate

Package Overview
Dependencies
Maintainers
6
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coins-validate

configures a package to fall inline with coins standards

  • 5.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
6
Weekly downloads
 
Created
Source

coins-validate

COINS implementation of nfl's git-validate

Specifically, this package does the following to your project:

  • installs common npm scripts (e.g. "test": "node test/", "validate": "npm ls")
  • installs common pre-commit hooks (e.g. lint, test, docs)
  • installs packages that are required for the above tasks to be successful

This module also is OK with you deviating your own packages requirements as you see fit. On re-install or update, it will cordially NOT squash your modified scripts. It will, however, continue to install dev dependencies that COINS thinks are mandatory! It will also always lock you into the pre-commit hooks it thinks are required. So, if you don't need those tasks on pre-commit, simply echo something back in the corresponding npm script :).

usage

npm i --save-dev coins-validate@latest

always use latest to assert that coins repos always follow our latest spec

FAQs

Package last updated on 14 Jun 2016

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