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
9
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.33 to 1.0.34

0

lib/date-util/date-util.d.ts

@@ -0,0 +0,0 @@ import { getIsoDatePart } from "./getIsoDatePart/getIsoDatePart";

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

export declare function getIsoDatePart(date: Date): string;

@@ -0,0 +0,0 @@ export * from './object-util/object-util';

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

export declare class MapUtil {
static keyBy(array: any[], variableString: any): {};
}

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

export declare function applyChangesIfEqual(target: any, priorSourceValues: any, newSourceValues: any, propertyKeys: any): void;
export declare function determineChangesIfEqual(target: any, priorSourceValues: any, newSourceValues: any, propertyKeys: any): any;
export declare function cloneDeep(obj: any): any;

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

@@ -0,0 +0,0 @@ export interface ObjectDiff {

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

@@ -0,0 +0,0 @@ export declare const item1Assortment1: {

@@ -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";

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

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

2

lib/string-util/string-util.d.ts

@@ -1,2 +0,1 @@

import { replaceAllWithFunction } from "./replaceAllWithFunction/replaceAllWithFunction";
export declare class StringUtil {

@@ -9,3 +8,2 @@ static convertToHyphenCase(entityName: string, transformToLowerCase?: boolean): string;

static isArray(value: any): boolean;
static replaceAllWithFunction: typeof replaceAllWithFunction;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StringUtil = void 0;
const replaceAllWithFunction_1 = require("./replaceAllWithFunction/replaceAllWithFunction");
class StringUtil {

@@ -65,2 +64,1 @@ static convertToHyphenCase(entityName, transformToLowerCase = true) {

exports.StringUtil = StringUtil;
StringUtil.replaceAllWithFunction = replaceAllWithFunction_1.replaceAllWithFunction;

2

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