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

base-tasks

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-tasks - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

9

index.js

@@ -13,6 +13,9 @@ /*!

module.exports = function(name) {
return function(app) {
Composer.call(app, name);
app.constructor.inherit(app.constructor, Composer);
return function() {
Composer.call(this, name);
for (var key in Composer.prototype) {
this.constructor.prototype[key] = Composer.prototype[key].bind(this);
}
};
};
{
"name": "base-tasks",
"description": "base-methods plugin that provides a very thin wrapper around <https://github.com/jonschlinkert/composer> for adding task methods to your application.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/base-tasks",

@@ -44,2 +44,2 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

}
}
}
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