tree-changes
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66434
Updatedis-lite@^0.8.1