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

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 3.0.1 to 4.0.0

lib/cataloguing.js

14

lib/main.js

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

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

@@ -28,4 +27,2 @@

types = null;
//===========================================================================================================

@@ -89,9 +86,6 @@ // MODULE METACLASS provides static methods `@extend()`, `@include()`

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

@@ -151,3 +145,1 @@ v = this[k];

}).call(this);
//# sourceMappingURL=main.js.map
{
"name": "multimix",
"version": "3.0.1",
"version": "4.0.0",
"description": "flexible object copying",

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

"dependencies": {
"cnd": "^9.0.0",
"intertype": "^5.0.0"
"cnd": "^9.0.0"
}
}

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