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

eden-class

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eden-class - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

18

class.js

@@ -46,20 +46,2 @@ module.exports = require('classified-magic')(function() {

/**
* Force outputs any class property
*
* @param mixed
* @param string|null
* @return this
*/
this.inspect = function(variable, next) {
this.argument().test(2, 'string', 'undef');
var inspector = require('./class/inspect').load();
//if variable is true
if(variable === true) {
return inspector.next(this, next);
}
return this;
};
/**
* Returns a state that was previously saved

@@ -66,0 +48,0 @@ *

2

package.json
{
"name": "eden-class",
"description": "Eden JS Base Class",
"version": "0.0.29",
"version": "0.0.30",
"author": {

@@ -6,0 +6,0 @@ "name": "Christian Blanquera",

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