Socket
Socket
Sign inDemoInstall

classified-magic

Package Overview
Dependencies
4
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.10 to 0.0.12

3

magic.js

@@ -168,3 +168,4 @@ var classified = require('classified'),

var _isMagicBinded = function() {
return arguments.callee.caller.caller.toString().indexOf('__classifiedBinded__') !== -1
return arguments.callee.caller.arguments[1] === '__classifiedBinded__'
|| arguments.callee.caller.caller.toString().indexOf('__classifiedBinded__') !== -1;
};

@@ -171,0 +172,0 @@

{
"name": "classified-magic",
"description": "OOP for NodeJS with magic",
"version": "0.0.10",
"version": "0.0.12",
"author": {

@@ -24,3 +24,3 @@ "name": "Christian Blanquera",

"dependencies": {
"classified": "0.0.14" ,
"classified": "0.0.15" ,
"node-proxy": "0.8.0"

@@ -27,0 +27,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc