Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

hyperdiff

Package Overview
Dependencies
3
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.8 to 2.0.9

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### 2.0.9 (2021-11-07)
### [2.0.8](https://github.com/kikobeats/hyperdiff/compare/v2.0.7...v2.0.8) (2020-11-20)

@@ -7,0 +9,0 @@

24

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://nicedoc.io/Kikobeats/hyperdiff",
"version": "2.0.8",
"version": "2.0.9",
"main": "src/index.js",

@@ -33,4 +33,4 @@ "author": {

"dependencies": {
"debug": "~4.3.1",
"lodash": "~4.17.19"
"debug": "~4.3.2",
"lodash": "~4.17.21"
},

@@ -42,8 +42,5 @@ "devDependencies": {

"conventional-github-releaser": "latest",
"coveralls": "latest",
"fastbench": "latest",
"finepack": "latest",
"git-authors-cli": "latest",
"git-dirty": "latest",
"husky": "latest",
"lint-staged": "latest",

@@ -53,4 +50,5 @@ "mocha": "latest",

"nyc": "latest",
"prettier-standard": "latest",
"should": "latest",
"simple-array-diff": "latest",
"simple-git-hooks": "latest",
"standard": "latest",

@@ -71,3 +69,3 @@ "standard-markdown": "latest",

"lint": "standard-markdown && standard",
"postrelease": "npm run release:tags && npm run release:github && ci-publish",
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
"prerelease": "npm run update:check && npm run contributors",

@@ -97,4 +95,14 @@ "pretest": "npm run lint",

"finepack"
],
"*.js,!*.min.js,": [
"prettier-standard"
],
"*.md": [
"standard-markdown"
]
},
"simple-git-hooks": {
"commit-msg": "npx commitlint --edit",
"pre-commit": "npx lint-staged"
},
"standard": {

@@ -101,0 +109,0 @@ "globals": [

# hyperdiff
![Last version](https://img.shields.io/github/tag/Kikobeats/hyperdiff.svg?style=flat-square)
[![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)
[![Dependency status](https://img.shields.io/david/Kikobeats/hyperdiff.svg?style=flat-square)](https://david-dm.org/Kikobeats/hyperdiff)
[![Dev Dependencies Status](https://img.shields.io/david/dev/Kikobeats/hyperdiff.svg?style=flat-square)](https://david-dm.org/Kikobeats/hyperdiff#info=devDependencies)
[![NPM Status](https://img.shields.io/npm/dm/hyperdiff.svg?style=flat-square)](https://www.npmjs.org/package/hyperdiff)

@@ -25,3 +22,3 @@

var result = diff(
const result = diff(
[1, 2, 3, 4, 5, 6],

@@ -43,3 +40,3 @@ [1, 2, 4, 5, 6, 0, 9, 10]

const diff = require('hyperdiff')
var result = diff(
const result = diff(
[

@@ -46,0 +43,0 @@ { id: 1, name: 'a' },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc