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 2.2.0 to 2.2.1

3

lib/main.js

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

// Generated by CoffeeScript 2.5.1
(function() {

@@ -148,1 +149,3 @@ 'use strict';

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

8

package.json
{
"name": "multimix",
"version": "2.2.0",
"version": "2.2.1",
"description": "flexible object copying",

@@ -28,8 +28,8 @@ "main": "lib/main.js",

"devDependencies": {
"guy-test": "^1.4.2"
"guy-test": "^2.0.1"
},
"dependencies": {
"cnd": "^5.3.0",
"intertype": "^3.1.1"
"cnd": "^5.3.1",
"intertype": "^3.4.0"
}
}

@@ -0,3 +1,15 @@

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
- [MultiMix](#multimix)
- [Usage](#usage)
- [Links](#links)
- [Motivation](#motivation)
- [To Do](#to-do)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
![](https://raw.githubusercontent.com/loveencounterflow/multimix/master/artwork/multimix.png)

@@ -133,4 +145,10 @@

## To Do
* [X] implement `get_my_prototype()`
* [ ] document `get_my_prototype()` (allows to access methods of protoype even from methods that were
defined in a mixin object)

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