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

@clerc/utils

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerc/utils - npm Package Compare versions

Comparing version 0.20.0 to 0.21.0

2

dist/index.d.ts

@@ -30,5 +30,5 @@ import * as _clerc_core from '@clerc/core';

declare const arrayStartsWith: <T>(arr: T[], start: T[]) => boolean;
declare const generateCommandRecordFromCommandArray: <C extends Command<string, _clerc_core.CommandOptions<string[], MaybeArray<string>, Dict<_clerc_core.FlagOptions>>>>(commands: C[]) => Dict<C>;
declare const generateCommandRecordFromCommandArray: <C extends Command<string, _clerc_core.CommandOptions<string[], MaybeArray<string | typeof _clerc_core.SingleCommand>, Dict<_clerc_core.FlagOptions>>>>(commands: C[]) => Dict<C>;
declare const semanticArray: (arr: string[]) => string;
export { CamelCase, Dict, Enhance, GetLength, GetTail, KebabCase, LiteralUnion, MaybeArray, Primitive, ToArray, arrayEquals, arrayStartsWith, camelCase, generateCommandRecordFromCommandArray, gracefulFlagName, gracefulVersion, kebabCase, semanticArray, toArray };
{
"name": "@clerc/utils",
"version": "0.20.0",
"version": "0.21.0",
"author": "Ray <nn_201312@163.com> (https://github.com/so1ve)",

@@ -5,0 +5,0 @@ "description": "Clerc utils",

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