Socket
Socket
Sign inDemoInstall

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.1.1 to 0.1.2

README.md

2

index.js

@@ -29,4 +29,4 @@ /*!

var debug = utils.debug('base:generate:' + name);
debug('initializing from <%s>', module.parent.id);
debug('initializing from <%s>', (module.parent && module.parent.id) || __dirname);
return true;
};
{
"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.1.1",
"homepage": "https://github.com/jonschlinkert/is-valid-app",
"version": "0.1.2",
"homepage": "https://github.com/node-base/is-valid-app",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/is-valid-app",
"repository": "node-base/is-valid-app",
"bugs": {
"url": "https://github.com/jonschlinkert/is-valid-app/issues"
"url": "https://github.com/node-base/is-valid-app/issues"
},

@@ -11,0 +11,0 @@ "license": "MIT",

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