is-pkg-changed
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

is-pkg-changed

Detects whether package has been changed since last publish

npm version Build Status

Installation

npm i -S is-pkg-changed

Usage

const isPkgChanged = require('is-pkg-changed').default

isPkgChanged('/user/repo/pkg').then(isChanged => console.log(isChanged))
//> true or false or undefined

License

MIT © Zoltan Kochan

Readme

Keywords

none

Package Sidebar

Install

npm i is-pkg-changed

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • zkochan