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

@myparcel/ts-utils

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@myparcel/ts-utils - npm Package Compare versions

Comparing version 1.10.1 to 1.11.0

7

lib/index.d.ts

@@ -78,2 +78,7 @@ /**

/**
* Makes a type nullable or be undefined.
*/
type Maybe<T> = T | null | undefined;
/**
* Inverts a map type so that the values become the keys and the keys become the values.

@@ -119,2 +124,2 @@ */

export { ArrayWithOneOrMore, ExtractRecord, ExtractRecordKeys, MakeOptional, OneOrMore, PromiseOr, ReadonlyOr, RecursivePartial, RecursiveRequired, Replace, RequireOnly, ResolvePromise, ReverseMap, asyncEvery, asyncSome, isEnumValue, isInArray, isOfType, isUndefined, objectIsEqual, partitionArray, removePropertiesWith, toArray };
export { ArrayWithOneOrMore, ExtractRecord, ExtractRecordKeys, MakeOptional, Maybe, OneOrMore, PromiseOr, ReadonlyOr, RecursivePartial, RecursiveRequired, Replace, RequireOnly, ResolvePromise, ReverseMap, asyncEvery, asyncSome, isEnumValue, isInArray, isOfType, isUndefined, objectIsEqual, partitionArray, removePropertiesWith, toArray };

2

package.json
{
"name": "@myparcel/ts-utils",
"version": "1.10.1",
"version": "1.11.0",
"description": "TypeScript utilities",

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

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