New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@byjohann/utils

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byjohann/utils - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

dist/index.d.ts

@@ -35,3 +35,3 @@ type MaybeArray<T> = T | T[];

*/
declare function randomStr(size?: number, dict?: string): string;
declare function generateRandomId(size?: number, dict?: string): string;
/**

@@ -43,2 +43,2 @@ * Removes common leading whitespace from a template string while

export { type MaybeArray, createCsv, escapeCsvValue, objectEntries, objectKeys, randomStr, template, toArray, tryParseJson, unindent };
export { type MaybeArray, createCsv, escapeCsvValue, generateRandomId, objectEntries, objectKeys, template, toArray, tryParseJson, unindent };
{
"name": "@byjohann/utils",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"packageManager": "pnpm@9.5.0",

@@ -6,0 +6,0 @@ "description": "A collection of utilities for my projects",

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