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.2.0 to 0.2.1

6

dist/index.d.ts

@@ -23,2 +23,6 @@ type MaybeArray<T> = T | T[];

declare function interopDefault<T>(m: T | Promise<T>): Promise<T extends {
default: infer U;
} ? U : T>;
/**

@@ -51,2 +55,2 @@ * Strictly typed `Object.keys`.

export { type MaybeArray, createCsv, deepApply, escapeCsvValue, generateRandomId, objectEntries, objectKeys, template, toArray, tryParseJson, unindent };
export { type MaybeArray, createCsv, deepApply, escapeCsvValue, generateRandomId, interopDefault, objectEntries, objectKeys, template, toArray, tryParseJson, unindent };

2

package.json
{
"name": "@byjohann/utils",
"type": "module",
"version": "0.2.0",
"version": "0.2.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