New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

m8

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

m8 - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

93

m8.js

@@ -1,4 +0,4 @@

!function(root) {
!function(root, Name) {
"use strict";
var ENV = typeof module != "undefined" && "exports" in module && typeof require == "function" ? "commonjs" : typeof navigator != "undefined" ? "browser" : "other", OP = Object.prototype, Module = ENV != "commonjs" ? null : require("module"), U, force = [ false, NaN, null, true, U ].reduce(function(o, v) {
var ENV = typeof module != "undefined" && "exports" in module && typeof require == "function" ? "commonjs" : typeof navigator != "undefined" ? "browser" : "other", OP = Object.prototype, Module = ENV != "commonjs" ? null : require("module"), U, conflict, desc_lib, force = [ false, NaN, null, true, U ].reduce(function(o, v) {
o[String(v)] = v;

@@ -33,3 +33,3 @@ return o;

return v;
}(), re_col = /htmlcollection|nodelist/, re_el = /^html\w+?element$/, re_global = /global|window/i, re_m8 = /^\u005E?m8/, re_name = /[\s\(]*function([^\(]+).*/, re_type = /\[[^\s]+\s([^\]]+)\]/, re_vendor = /^[Ww]ebkit|[Mm]oz|O|[Mm]s|[Kk]html(.*)$/, slice = Array.prototype.slice, types = {
}(), re_col = /htmlcollection|nodelist/, re_el = /^html\w+?element$/, re_global = /global|window/i, re_lib = new RegExp("^\\u005E?" + Name), re_name = /[\s\(]*function([^\(]+).*/, re_type = /\[[^\s]+\s([^\]]+)\]/, re_vendor = /^[Ww]ebkit|[Mm]oz|O|[Mm]s|[Kk]html(.*)$/, slice = Array.prototype.slice, types = {
"[object Object]" : "object"

@@ -46,2 +46,19 @@ }, xcache = {

}, xid = "__xid__";
if (ENV != "commonjs") {
Name || (Name = "m8");
conflict = root[Name];
desc_lib = describe({
value : __lib__
}, "ew");
if (conflict) {
Object.getOwnPropertyNames(__lib__).forEach(function(k) {
this[k] = __lib__[k];
}, conflict);
def(conflict, Name, desc_lib);
__lib__ = conflict;
} else def(root, Name, desc_lib);
} else module.exports = __lib__;
function __lib__(o) {
return o;
}
function copy(d, s, n) {

@@ -56,4 +73,4 @@ n = n === true;

!(desc.get || desc.set) || delete desc.writable;
if (overwrite === true || !exists) Object.defineProperty(item, name, desc); else if (debug === true && exists) new Error("m8.def cannot overwrite existing property: " + name + ", in item type: " + type(item) + ".");
return m8;
if (overwrite === true || !exists) Object.defineProperty(item, name, desc); else if (debug === true && exists) new Error(Name + ".def cannot overwrite existing property: " + name + ", in item type: " + type(item) + ".");
return __lib__;
}

@@ -63,3 +80,3 @@ function defs(item, o, m, overwrite, debug) {

for (var k in o) !has(o, k) || def(item, k, describe(o[k], m), overwrite, debug);
return m8;
return __lib__;
}

@@ -77,2 +94,5 @@ function describe(v, m) {

}
function fname(fn) {
return fn.name || fn.displayName || (String(fn).match(re_name) || [ "", "" ])[1].trim();
}
function got(o, k) {

@@ -90,5 +110,2 @@ return k in Object(o);

}
function m8(o) {
return o;
}
function obj(o, n) {

@@ -120,3 +137,3 @@ return (n = Object.create(null)) && arguments.length >= 1 ? copy(n, o) : n;

typeof global == "undefined" || (root = global);
defs(m8, {
defs(__lib__, {
ENV : ENV,

@@ -129,3 +146,4 @@ global : {

},
__type__ : "m8",
__name__ : Name,
__type__ : "library",
bless : function(ns, ctx) {

@@ -141,4 +159,4 @@ switch (nativeType(ns)) {

}
if (re_m8.test(ns[0])) {
ctx = m8;
if (re_lib.test(ns[0])) {
ctx = __lib__;
ns.shift();

@@ -183,32 +201,26 @@ }

function x() {
slice.call(arguments).forEach(_x);
return m8;
slice.call(arguments).forEach(x_update);
return __lib__;
}
def(x, "cache", describe(function(type, extender) {
typeof type == "string" || (type = type.__name__ || fname(type));
xcache[type] || (xcache[type] = []);
xcache[type].push(extender);
return m8;
return __lib__;
}, "w"));
function _x(Type) {
function x_extend(extender) {
extender(this, __lib__);
}
function x_update(Type) {
got(Type, xid) || def(Type, xid, describe(0, "w"));
var o = xcache[Type.__name__ || Type.name];
var o = xcache[Type.__name__ || fname(Type)];
if (!o) return;
o.slice(Type[xid]).forEach(x_, Type);
o.slice(Type[xid]).forEach(x_extend, Type);
Type[xid] = o.length;
}
function x_(extend) {
extend(this, m8);
}
x.cache("Array", function(Type) {
def(Type, "coerce", describe(function(a, i, j) {
if (!got(a, "length")) return slice.call(arguments);
i = parseInt(i, 10);
switch (arguments.length) {
case 2:
isNaN(i) || i >= 0 ? j = a.length : (j = a.length + i, i = 0);
break;
case 3:
j = isNaN(j = parseInt(j, 10)) ? a.length : j > i ? j : j <= 0 ? a.length + j : i + j;
break;
}
if (!got(a, "length")) return [ a ];
i = type(i) == "number" ? i > 0 ? i : 0 : 0;
j = type(j) == "number" ? j > i ? j : j <= 0 ? a.length + j : i + j : a.length;
return slice.call(a, i, j);

@@ -242,7 +254,7 @@ }, "w"));

get : function() {
if (!this.__m8name__) {
var fn = valof(this), m = fn !== this ? fn.__name__ !== "anonymous" ? fn.__name__ : null : null, n = m || this.name || this.displayName || (String(this).match(re_name) || [ "", "" ])[1].trim();
def(this, "__m8name__", describe(m || n || "anonymous", "w"));
if (!this.__xname__) {
var fn = valof(this), m = fn !== this ? fn.__name__ !== "anonymous" ? fn.__name__ : null : null, n = m || fname(this);
def(this, "__xname__", describe(m || n || "anonymous", "w"));
}
return this.__m8name__;
return this.__xname__;
}

@@ -269,3 +281,3 @@ },

var o = this, ctor = o.constructor, nt = nativeType(o), t = domType(nt) || (re_global.test(nt) ? "global" : false);
return t || (nt == "object" && ctor.__type__ != "function" ? ctor.__name__.toLowerCase() || ctor.__type__ || nt : nt == "number" && isNaN(o) ? "nan" : nt);
return t || (nt == "object" && ctor && ctor.__type__ != "function" ? String(ctor.__name__).toLowerCase() || ctor.__type__ || nt : nt == "number" && isNaN(o) ? "nan" : nt);
}

@@ -275,3 +287,3 @@ }, modes.r));

reduce : function(o, fn, v) {
return Type.keys(o).reduce(function(r, k, i) {
return Type.keys(Type(o)).reduce(function(r, k, i) {
r = fn.call(o, r, o[k], k, o, i);

@@ -301,5 +313,2 @@ return r;

x(Object, Array, Boolean, Function);
ENV != "commonjs" ? def(root, "m8", describe({
value : m8
}, "r")) : module.exports = m8;
}(this);
}(this, "m8");

@@ -20,3 +20,3 @@ {

},
"version" : "0.1.2"
"version" : "0.1.3"
}

@@ -757,4 +757,4 @@ # m8.js

<tbody>
<tr><td style="width : 80px ;">m8.js</td><td style="width : 48px ;">3kb</td><td>deflate</td>
<tr><td>m8.min.js</td><td>2.3kb</td><td>uglified + deflate</td>
<tr><td style="width : 80px ;">m8.js</td><td style="width : 48px ;">3.27kb</td><td>deflate</td>
<tr><td>m8.min.js</td><td>2.47kb</td><td>uglified + deflate</td>
</tbody>

@@ -761,0 +761,0 @@ </table>

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