You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

array-sync

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-sync - npm Package Compare versions

Comparing version

to
2.0.2

@@ -6,2 +6,6 @@

## [2.0.2] - 2018-06-28
- Installed Greenkeeper and updated all dependencies to the latest version.
## [2.0.1] - 2018-06-28

@@ -8,0 +12,0 @@

{
"name": "array-sync",
"version": "2.0.1",
"version": "2.0.2",
"description": "Data synchronisation module for Node.js",

@@ -31,11 +31,11 @@ "main": "index.js",

"devDependencies": {
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"clone": "^1.0.2",
"istanbul": "0.4.2",
"mocha": "2.4.5"
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"clone": "2.1.1",
"istanbul": "0.4.5",
"mocha": "5.2.0"
},
"dependencies": {
"bluebird": "3.3.4"
"bluebird": "3.5.1"
}
}

@@ -5,3 +5,3 @@ # array-sync

[![Build Status](https://travis-ci.org/smebberson/array-sync.svg?branch=master)](https://travis-ci.org/smebberson/array-sync)
[![Coverage Status](https://codecov.io/github/smebberson/array-sync/coverage.svg?branch=master)](https://codecov.io/github/smebberson/array-sync?branch=master)
[![Coverage Status](https://codecov.io/github/smebberson/array-sync/coverage.svg?branch=master)](https://codecov.io/github/smebberson/array-sync?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/smebberson/array-sync.svg)](https://greenkeeper.io/)

@@ -8,0 +8,0 @@ array-sync is a complete data synchronization module for Node.js, highly customizable. It will accept a source array, an updated version of that source array and provide an object containing the keys `remove`, `unchanged`, `changed` and `create`.

Sorry, the diff of this file is not supported yet