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.6.1 to 0.7.0

2

dist/index.d.ts

@@ -30,4 +30,4 @@ import * as clerc from 'clerc';

declare const arrayEquals: <T>(arr1: T[], arr2: T[]) => boolean;
declare const generateCommandRecordFromCommandArray: <C extends Command<string, string, clerc.CommandOptions<MaybeArray<string>, Dict<clerc.FlagOptions>>>[]>(commands: C) => CommandRecord;
declare const generateCommandRecordFromCommandArray: <C extends Command<string, string, clerc.CommandOptions<string[], MaybeArray<string>, Dict<clerc.FlagOptions>>>[]>(commands: C) => CommandRecord;
export { CamelCase, Dict, Enhance, GetLength, GetTail, KebabCase, LiteralUnion, MaybeArray, MustArray, Primitive, arrayEquals, arrayStartsWith, camelCase, generateCommandRecordFromCommandArray, gracefulFlagName, gracefulVersion, kebabCase, mustArray };
{
"name": "@clerc/utils",
"version": "0.6.1",
"version": "0.7.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