Comparing version 0.1.1 to 0.1.2
@@ -10,2 +10,3 @@ /** | ||
var util = require('./lib/util'); | ||
exports.util = util; | ||
@@ -12,0 +13,0 @@ var deepEqual = require('./lib/deepequal'); |
{ | ||
"name": "mergee", | ||
"description": "Utilities for objects", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "index.js", | ||
@@ -29,3 +29,3 @@ "engines": { | ||
"type": "git", | ||
"url": "github.com/commenthol/mergee" | ||
"url": "https://github.com/commenthol/mergee" | ||
}, | ||
@@ -32,0 +32,0 @@ "keywords": [ |
@@ -24,3 +24,12 @@ # mergee | ||
* [Description](#description) | ||
* [Methods](#methods) | ||
* [extend(target, source)](#extendtarget-source) | ||
* [merge(target, source)](#mergetarget-source) | ||
* [mergeExt(opts, opts.ignoreNull, opts.ignoreCircular, target, source)](#mergeextopts-optsignorenull-optsignorecircular-target-source) | ||
* [clone(obj)](#cloneobj) | ||
* [pick(obj, keys)](#pickobj-keys) | ||
* [omit(obj, keys)](#omitobj-keys) | ||
* [select(obj, keys)](#selectobj-keys) | ||
* [isCircular(obj)](#iscircularobj) | ||
* [deepEqual(actual, expected)](#deepequalactual-expected) | ||
* [Contribution and License Agreement](#contribution-and-license-agreement) | ||
@@ -279,1 +288,2 @@ * [License](#license) | ||
@@ -564,5 +564,6 @@ 'use strict'; | ||
describe('#util', function(){ | ||
it('isObject', function(){ | ||
assert.ok(M.util.isObject({})); | ||
}); | ||
}); |
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
40640
1163
288