Socket
Socket
Sign inDemoInstall

@dbpath/utils

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbpath/utils - npm Package Compare versions

Comparing version 0.3.16 to 0.3.17

0

dist/index.d.ts

@@ -0,0 +0,0 @@ export * from "./src/columns";

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

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

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

export {};

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

import { NameAnd } from "./nameAnd";
export declare function combineTwoObjects<T>(t1: NameAnd<T> | undefined, t2: NameAnd<T> | undefined): NameAnd<T> | undefined;
export declare function deepCombineTwoObjects(t1: any, t2: any): any;

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

@@ -0,0 +0,0 @@ export type ErrorFn<From, To> = (value: From) => ErrorsAnd<To>;

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

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

import { ErrorsAnd } from "./errors";
export declare function parseFile(filename: string): ErrorsAnd<any>;

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

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

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

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

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

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

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

export declare function deepSort(t: any): any;
export declare function deepSortNames(t: any): any;

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

export declare function cleanLineEndings(text: string): string;
export declare function orEmptyStringFn<T>(fn: (t: T | undefined) => string | undefined): (t: T) => string;

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

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

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

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

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

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

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

2

package.json
{
"name": "@dbpath/utils",
"description": "",
"version": "0.3.16",
"version": "0.3.17",
"main": "dist/index",

@@ -6,0 +6,0 @@ "types": "dist/index",

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