Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tree-changes

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-changes - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

20

package.json
{
"name": "tree-changes",
"version": "0.7.0",
"version": "0.7.1",
"description": "Get changes between two versions of data with similar shape",

@@ -30,7 +30,7 @@ "author": "Gil Barbara <gilbarbara@gmail.com>",

"fast-deep-equal": "^3.1.3",
"is-lite": "^0.8.0"
"is-lite": "^0.8.1"
},
"devDependencies": {
"del-cli": "^3.0.1",
"typescript": "^4.1.5"
"del-cli": "^4.0.0",
"typescript": "^4.3.5"
},

@@ -48,7 +48,14 @@ "scripts": {

"test:watch": "jest --watchAll --verbose",
"typecheck": "tsc --noEmit",
"format": "prettier \"**/*.{js,jsx,json,yml,yaml,css,less,scss,ts,tsx,md,graphql,mdx}\" --write",
"validate": "npm run lint && npm run test:coverage && npm run build && npm run size",
"validate": "npm run lint && npm run typecheck && npm run test:coverage && npm run build && npm run size",
"size": "size-limit",
"prepublishOnly": "npm run validate"
},
"eslintConfig": {
"extends": [
"@gilbarbara/eslint-config"
]
},
"prettier": "@gilbarbara/prettier-config",
"size-limit": [

@@ -63,4 +70,3 @@ {

}
],
"gitHead": "1d185e339da99e3761b43aaa60e99a9a6bc6aba2"
]
}
import * as equal from 'fast-deep-equal';
import is from 'is-lite';
import { CompareValuesOptions, Data, Key, Options, ValidTypes, Value } from './types';

@@ -4,0 +5,0 @@

import * as equal from 'fast-deep-equal';
import is from 'is-lite';
import { compareNumbers, compareValues, getIterables, includesOrEqualsTo, nested } from './helpers';
import { Data, KeyType, TreeChanges, Value } from './types';

@@ -6,0 +6,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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