Socket
Socket
Sign inDemoInstall

hyperdiff

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperdiff - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

src/index.js

18

CHANGELOG.md

@@ -0,1 +1,16 @@

# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### 2.0.6 (2020-08-06)
### Bug Fixes
* **package:** update debug to version 3.0.0 ([99c397b](https://github.com/kikobeats/hyperdiff/commit/99c397ba0c1d85cc63d904b943b586d3b6ae9f3e))
* **package:** update debug to version 3.1.0 ([de5a00a](https://github.com/kikobeats/hyperdiff/commit/de5a00ace7fdc6439b96eb3b6388c855ec3f183b))
* **package:** update debug to version 3.2.1 ([22b87f4](https://github.com/kikobeats/hyperdiff/commit/22b87f4b7c5b6d80bd156bdc44e9b1bcee8c5628))
* **package:** update debug to version 4.0.1 ([b44dc9b](https://github.com/kikobeats/hyperdiff/commit/b44dc9bdf4343696b7833632c9fb5efe62f7fb5d))
* **package:** update debug to version 4.1.0 ([ba4a839](https://github.com/kikobeats/hyperdiff/commit/ba4a839821534ea25f4994939fba8bf7b67e91c1))
<a name="2.0.5"></a>

@@ -70,4 +85,1 @@ ## 2.0.5 (2018-06-08)

* Simplify get ([6ed157a](https://github.com/kikobeats/hyperdiff/commit/6ed157a))
{
"name": "hyperdiff",
"description": "Find common, removed and added element between two arrays.",
"homepage": "https://github.com/Kikobeats/hyperdiff",
"version": "2.0.5",
"main": "lib",
"homepage": "https://nicedoc.io/Kikobeats/hyperdiff",
"version": "2.0.6",
"main": "src/index.js",
"author": {

@@ -32,11 +32,19 @@ "email": "josefrancisco.verdu@gmail.com",

"dependencies": {
"debug": "~3.1.0",
"lodash.clonedeep": "~4.5.0",
"lodash.pullat": "~4.6.0"
"debug": "~4.1.1",
"lodash": "~4.17.19"
},
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"ci-publish": "latest",
"conventional-github-releaser": "latest",
"coveralls": "latest",
"fastbench": "latest",
"finepack": "latest",
"git-authors-cli": "latest",
"git-dirty": "latest",
"husky": "latest",
"lint-staged": "latest",
"mocha": "latest",
"npm-check-updates": "latest",
"nyc": "latest",

@@ -46,3 +54,4 @@ "should": "latest",

"standard": "latest",
"standard-markdown": "latest"
"standard-markdown": "latest",
"standard-version": "latest"
},

@@ -53,12 +62,36 @@ "engines": {

"files": [
"lib"
"src"
],
"scripts": {
"clean": "rm -rf node_modules",
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard-markdown && standard",
"postrelease": "npm run release:tags && npm run release:github && ci-publish",
"prerelease": "npm run update:check && npm run contributors",
"pretest": "npm run lint",
"test": "nyc mocha"
"release": "standard-version -a",
"release:github": "conventional-github-releaser -p angular",
"release:tags": "git push --follow-tags origin HEAD:master",
"test": "nyc mocha",
"update": "ncu -u",
"update:check": "ncu -- --error-level 2"
},
"license": "MIT",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"package.json": [
"finepack"
]
},
"standard": {

@@ -65,0 +98,0 @@ "globals": [

20

README.md
# hyperdiff
![Last version](https://img.shields.io/github/tag/Kikobeats/hyperdiff.svg?style=flat-square)
[![Build Status](https://img.shields.io/travis/Kikobeats/hyperdiff/master.svg?style=flat-square)](https://travis-ci.org/Kikobeats/hyperdiff)
[![Build Status](https://img.shields.io/travis/com/Kikobeats/hyperdiff/master.svg?style=flat-square)](https://travis-ci.com/github/Kikobeats/hyperdiff)
[![Coverage Status](https://img.shields.io/coveralls/Kikobeats/hyperdiff.svg?style=flat-square)](https://coveralls.io/github/Kikobeats/hyperdiff)

@@ -9,3 +9,2 @@ [![Dependency status](https://img.shields.io/david/Kikobeats/hyperdiff.svg?style=flat-square)](https://david-dm.org/Kikobeats/hyperdiff)

[![NPM Status](https://img.shields.io/npm/dm/hyperdiff.svg?style=flat-square)](https://www.npmjs.org/package/hyperdiff)
[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](https://paypal.me/Kikobeats)

@@ -33,3 +32,2 @@ > Find common, removed and added element between two collections.

console.log(result)
// {

@@ -48,12 +46,12 @@ // added: [ 0, 9, 10 ],

[
{id: 1, name: 'a'},
{id: 2, name: 'b'},
{id: 3, name: 'c'},
{id: 4, name: 'd'},
{id: 5, name: 'e'}
{ id: 1, name: 'a' },
{ id: 2, name: 'b' },
{ id: 3, name: 'c' },
{ id: 4, name: 'd' },
{ id: 5, name: 'e' }
],
[
{id: 1, name: 'a'},
{id: 2, name: 'b'},
{id: 7, name: 'e'}
{ id: 1, name: 'a' },
{ id: 2, name: 'b' },
{ id: 7, name: 'e' }
],

@@ -60,0 +58,0 @@ 'id'

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