New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-document-differ

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-document-differ

Differ adapter interface for `node-document` ODM for Node.js.

latest
Source
npmnpm
Version
0.1.0-pre2
Version published
Weekly downloads
22
Maintainers
1
Weekly downloads
 
Created
Source

NODE-DOCUMENT-DIFFER Build Status

Differ adapter interface for node-document ODM for Node.js.

About

Unified interface for diffing objects to see changes between the two (additions/removals/edits).

Adapters

API

#diff

  • (a, b, [callback(err, res)])

    differ.diff({foo: 'bar'}, {foo: 'baz', bar: 1}, function(err, res) {
      // console.log(arguments);
    });
    

Installation

  $ npm install node-document-differ

Test

Local tests:

  $ make test

License

Released under the MIT license.

Copyright (c) Jonas Grimfelt

Keywords

document

FAQs

Package last updated on 16 Mar 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts