@platform/util.diff
Advanced tools
Comparing version 0.0.24 to 0.0.25
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.compare = void 0; | ||
var lib = require('deep-diff'); | ||
@@ -4,0 +5,0 @@ function compare(left, right, prefilter) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.diff = void 0; | ||
var diff = require("./diff"); | ||
exports.diff = diff; |
@@ -5,1 +5,2 @@ "use strict"; | ||
tslib_1.__exportStar(require("./diff"), exports); | ||
tslib_1.__exportStar(require("./types"), exports); |
{ | ||
"name": "@platform/util.diff", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "Deep comparisons of objects ('diffing').", | ||
@@ -19,4 +19,4 @@ "main": "lib/index", | ||
"devDependencies": { | ||
"@platform/test": "0.1.7", | ||
"@platform/ts": "3.7.20" | ||
"@platform/test": "0.1.8", | ||
"@platform/ts": "3.7.21" | ||
}, | ||
@@ -29,4 +29,3 @@ "files": [ | ||
], | ||
"repository": "uiharness/platform", | ||
"license": "MIT" | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
3612
67