Socket
Socket
Sign inDemoInstall

mpbasic

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mpbasic - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

6

index.js

@@ -62,3 +62,3 @@ // Generated by CoffeeScript 1.6.3

this._initErrors();
this.initialize();
this.initialize(options);
this.debug("loaded");

@@ -91,2 +91,4 @@ return;

Overwritible Method to initialize the module
@param {Object} options Basic config object passed to constructor

@@ -97,3 +99,3 @@ @api public

Basic.prototype.initialize = function() {};
Basic.prototype.initialize = function(options) {};

@@ -100,0 +102,0 @@ /*

@@ -5,3 +5,3 @@ {

"description": "Basic class",
"version": "0.0.8",
"version": "0.0.9",
"homepage": "https://github.com/mpneuried/mpbasic",

@@ -8,0 +8,0 @@ "private": false,

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