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

@platform/util.diff

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/util.diff - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

1

lib/diff/diff.js
"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);

7

package.json
{
"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

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