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

is-valid-app

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-valid-app - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

6

index.js
/*!
* is-valid-app (https://github.com/jonschlinkert/is-valid-app)
* is-valid-app <https://github.com/node-base/is-valid-app>
*
* Copyright (c) 2016, Jon Schlinkert.
* Licensed under the MIT License.
* Copyright (c) 2016-2017, Jon Schlinkert.
* Released under the MIT License.
*/

@@ -7,0 +7,0 @@

{
"name": "is-valid-app",
"description": "Wrapper around is-valid-instance and is-registered for validating `base` plugins. Returns true if `app` is a valid instance of base and a plugin is not registered yet.",
"version": "0.2.1",
"version": "0.3.0",
"homepage": "https://github.com/node-base/is-valid-app",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Brian Woodward <brian.woodward@gmail.com> (https://github.com/doowb)",
"Brian Woodward <brian.woodward@gmail.com> (https://twitter.com/doowb)",
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)"

@@ -28,11 +28,11 @@ ],

"dependencies": {
"debug": "^2.2.0",
"debug": "^2.6.3",
"is-registered": "^0.1.5",
"is-valid-instance": "^0.2.0",
"lazy-cache": "^2.0.1"
"is-valid-instance": "^0.3.0",
"lazy-cache": "^2.0.2"
},
"devDependencies": {
"base": "^0.8.1",
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3"
"base": "^0.11.1",
"gulp-format-md": "^0.1.11",
"mocha": "^3.2.0"
},

@@ -39,0 +39,0 @@ "keywords": [

@@ -1,2 +0,2 @@

# is-valid-app [![NPM version](https://img.shields.io/npm/v/is-valid-app.svg?style=flat)](https://www.npmjs.com/package/is-valid-app) [![NPM downloads](https://img.shields.io/npm/dm/is-valid-app.svg?style=flat)](https://npmjs.org/package/is-valid-app) [![Build Status](https://img.shields.io/travis/node-base/is-valid-app.svg?style=flat)](https://travis-ci.org/node-base/is-valid-app)
# is-valid-app [![NPM version](https://img.shields.io/npm/v/is-valid-app.svg?style=flat)](https://www.npmjs.com/package/is-valid-app) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-valid-app.svg?style=flat)](https://npmjs.org/package/is-valid-app) [![NPM total downloads](https://img.shields.io/npm/dt/is-valid-app.svg?style=flat)](https://npmjs.org/package/is-valid-app) [![Linux Build Status](https://img.shields.io/travis/node-base/is-valid-app.svg?style=flat&label=Travis)](https://travis-ci.org/node-base/is-valid-app)

@@ -37,2 +37,8 @@ > Wrapper around is-valid-instance and is-registered for validating `base` plugins. Returns true if `app` is a valid instance of base and a plugin is not registered yet.

## History
**v0.3.0**
* upgrades [is-valid-instance](https://github.com/jonschlinkert/is-valid-instance) to v0.3.0, which adds support for checking `app.type` for the instance type. We don't expect any regressions, but if you experience one, please [create an issue](../../issues/new).
## About

@@ -50,10 +56,17 @@

### Contributors
| **Commits** | **Contributor** |
| --- | --- |
| 10 | [jonschlinkert](https://github.com/jonschlinkert) |
| 3 | [doowb](https://github.com/doowb) |
### Building docs
_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_
_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_
To generate the readme and API documentation with [verb](https://github.com/verbose/verb):
To generate the readme, run the following command:
```sh
$ npm install -g verb verb-generate-readme && verb
$ npm install -g verbose/verb#dev verb-generate-readme && verb
```

@@ -63,6 +76,6 @@

Install dev dependencies:
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
```sh
$ npm install -d && npm test
$ npm install && npm test
```

@@ -75,11 +88,11 @@

* [github/jonschlinkert](https://github.com/jonschlinkert)
* [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)
### License
Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert).
Released under the [MIT license](https://github.com/node-base/is-valid-app/blob/master/LICENSE).
Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).
Released under the [MIT License](LICENSE).
***
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.1.30, on September 11, 2016._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.3, on March 24, 2017._

Sorry, the diff of this file is not supported yet

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