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.1 to 0.0.2

6

magic.js
(function() {
var classified = require('classified');
var classified = require('classified');
var separator = require('path').sep;

@@ -59,3 +60,4 @@ if(typeof Proxy === 'undefined') {

//require it
prototype = require((path+'/'+prototype).replace('//', '/'));
prototype = require((path + separator + prototype)
.replace(separator + separator, separator));
}

@@ -62,0 +64,0 @@ }

{
"name": "classified-magic",
"description": "OOP for NodeJS with magic",
"version": "0.0.1",
"version": "0.0.2",
"author": {

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

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