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

@hybridly/utils

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hybridly/utils - npm Package Compare versions

Comparing version 0.1.0-alpha.1 to 0.1.0-alpha.2

6

dist/index.d.ts

@@ -44,3 +44,7 @@ import makeDebugger from 'debug';

declare function when<T, D>(condition: any, data: T, _default?: D): T | D | undefined;
declare function merge<T>(x: Partial<T>, y: Partial<T>): T;
interface MergeOptions {
overwriteArray?: boolean;
arrayMerge?: (target: any[], source: any[]) => any[];
}
declare function merge<T>(x: Partial<T>, y: Partial<T>, options?: MergeOptions): T;
declare function removeTrailingSlash(string: string): string;

@@ -47,0 +51,0 @@

2

package.json
{
"name": "@hybridly/utils",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"description": "Utils used in Hybridly packages",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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