Comparing version 2.2.0 to 2.2.1
@@ -0,1 +1,2 @@ | ||
// Generated by CoffeeScript 2.5.1 | ||
(function() { | ||
@@ -148,1 +149,3 @@ 'use strict'; | ||
}).call(this); | ||
//# sourceMappingURL=main.js.map |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
103278
725
154
- Removedmultimix@2.2.1(transitive)
Updatedcnd@^5.3.1
Updatedintertype@^3.4.0