Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/herrmannplatz/unpinned

📌 Checks your package.json for unpinned dependencies
https://github.com/herrmannplatz/unpinned

Last synced: about 2 months ago
JSON representation

📌 Checks your package.json for unpinned dependencies

Awesome Lists containing this project

README

        

# unpinned

[![Greenkeeper badge](https://badges.greenkeeper.io/herrmannplatz/unpinned.svg)](https://greenkeeper.io/) [![npm version](https://badge.fury.io/js/unpinned.svg)](https://badge.fury.io/js/unpinned) [![Build Status](https://travis-ci.org/herrmannplatz/unpinned.svg?branch=master)](https://travis-ci.org/herrmannplatz/unpinned)

> Checks your package.json for unpinned dependencies

## Install

```
$ npm i unpinned // or globally using -g
```

## Usage

Use it inside your node modules:

```javascript
const unpinned = require('unpinned')

unpinned('path/to/package.json')
```

Use it via cli:
```bash
$ unpinned # will check for package.json in the current directory

$ unpinned ./path/to/package.json
$ unpinned ./path/to/package/json
```

## API

### `unpinned(path)`

* **path**: Path to look for package.json.