New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@contrail/util

Package Overview
Dependencies
Maintainers
6
Versions
69
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.11 to 1.0.12

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

0

lib/index.d.ts
export * from './object-util/object-util';
export * from './string-util/string-util';

@@ -0,0 +0,0 @@ "use strict";

export declare function cloneDeep(obj: any): any;

@@ -0,0 +0,0 @@ "use strict";

export declare function isObject(item: any): boolean;

@@ -0,0 +0,0 @@ "use strict";

export declare function mergeDeep(target: any, ...sources: any[]): any;

@@ -0,0 +0,0 @@ "use strict";

import { cloneDeep } from './cloneDeep/cloneDeep';
import { isObject } from './isObject/isObject';
import { mergeDeep } from './mergeDeep/mergeDeep';
import { getObjectDiffs } from './compareDeep/compareDeep';
export { ObjectDiff } from './compareDeep/compareDeep';
export declare class ObjectUtil {

@@ -10,2 +12,3 @@ static getByPath(obj: any, path: string, def?: any): any;

static cloneDeep: typeof cloneDeep;
static compareDeep: typeof getObjectDiffs;
}

@@ -7,2 +7,3 @@ "use strict";

const mergeDeep_1 = require("./mergeDeep/mergeDeep");
const compareDeep_1 = require("./compareDeep/compareDeep");
class ObjectUtil {

@@ -40,1 +41,2 @@ static getByPath(obj, path, def = null) {

ObjectUtil.cloneDeep = cloneDeep_1.cloneDeep;
ObjectUtil.compareDeep = compareDeep_1.getObjectDiffs;
export declare class StringUtil {
static convertToHyphenCase(entityName: string, transformToLowerCase?: boolean): string;
}

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "@contrail/util",
"version": "1.0.11",
"version": "1.0.12",
"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