Socket
Socket
Sign inDemoInstall

multimix

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multimix - npm Package Compare versions

Comparing version 2.1.5 to 2.1.6

16

lib/main.js

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

// Generated by CoffeeScript 2.5.1
(function() {
'use strict';
var CND, Multimix, alert, badge, debug, help, info, isa, module_keywords, rpr, type_of, types, urge, warn, whisper,
var CND, Multimix, alert, badge, debug, help, info, module_keywords, rpr, types, urge, warn, whisper,
indexOf = [].indexOf;

@@ -27,6 +28,4 @@

types = new (require('intertype')).Intertype();
types = null;
({isa, type_of} = types.export());
//===========================================================================================================

@@ -90,4 +89,7 @@ // MODULE METACLASS provides static methods `@extend()`, `@include()`

export(target = null) {
var R, k, ref, ref1, v;
/* Return an object with methods, bound to the current instance. */
var R, k, ref, ref1, v;
if (types == null) {
types = new (require('intertype')).Intertype();
}
R = target != null ? target : {};

@@ -118,3 +120,3 @@ ref = types.walk_all_keys_of(this);

}
if (isa.symbol(key)) {
if ((typeof key) === 'symbol') {
return target[key];

@@ -145,1 +147,3 @@ }

}).call(this);
//# sourceMappingURL=main.js.map

@@ -0,1 +1,2 @@

// Generated by CoffeeScript 2.5.1
(function() {

@@ -165,1 +166,3 @@ 'use strict';

}).call(this);
//# sourceMappingURL=basics.test.js.map
{
"name": "multimix",
"version": "2.1.5",
"version": "2.1.6",
"description": "flexible object copying",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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