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

@contrail/util

Package Overview
Dependencies
Maintainers
8
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/util - npm Package Compare versions

Comparing version 1.0.21 to 1.0.22

3

lib/object-util/object-util.d.ts

@@ -5,3 +5,3 @@ import { cloneDeep } from './cloneDeep/cloneDeep';

import { getObjectDiffs } from './compareDeep/compareDeep';
import { applyChangesIfEqual } from './applyChangesIfEqual/applyChangesIfEqual';
import { applyChangesIfEqual, determineChangesIfEqual } from './applyChangesIfEqual/applyChangesIfEqual';
export { ObjectDiff } from './compareDeep/compareDeep';

@@ -16,2 +16,3 @@ export declare class ObjectUtil {

static applyChangesIfEqual: typeof applyChangesIfEqual;
static determinChangesIfEqual: typeof determineChangesIfEqual;
}

@@ -43,1 +43,2 @@ "use strict";

ObjectUtil.applyChangesIfEqual = applyChangesIfEqual_1.applyChangesIfEqual;
ObjectUtil.determinChangesIfEqual = applyChangesIfEqual_1.determineChangesIfEqual;
{
"name": "@contrail/util",
"version": "1.0.21",
"version": "1.0.22",
"description": "General javascript utilities",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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