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.1.2 to 0.2.0

2

index.js

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

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

@@ -26,3 +26,3 @@ "license": "MIT",

"is-registered": "^0.1.5",
"is-valid-instance": "^0.1.0",
"is-valid-instance": "^0.2.0",
"lazy-cache": "^2.0.1"

@@ -29,0 +29,0 @@ },

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