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

@bfly/utils

Package Overview
Dependencies
Maintainers
7
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfly/utils - npm Package Compare versions

Comparing version 4.16.2 to 4.17.0

7

cjs/types.d.ts

@@ -12,2 +12,9 @@ import type { DeepNonNullable, DeepPartial, DeepReadonly, DeepRequired, Falsy, Optional, Overwrite, ValuesType } from 'utility-types';

/**
* Takes an open-ended GQL generated union type and remvoes the check against future
* values. Generally this extra imaginary string value exists to ensure that unknown
* values are handled in a typesafe manor. It makes sense to remove it when mapping
* over the known valid values for other types.
*/
export declare type RemoveFutureAddedValue<T extends string> = Exclude<T, '%future added value'>;
/**
* Split a string into a tuple type

@@ -14,0 +21,0 @@ */

@@ -12,2 +12,9 @@ import type { DeepNonNullable, DeepPartial, DeepReadonly, DeepRequired, Falsy, Optional, Overwrite, ValuesType } from 'utility-types';

/**
* Takes an open-ended GQL generated union type and remvoes the check against future
* values. Generally this extra imaginary string value exists to ensure that unknown
* values are handled in a typesafe manor. It makes sense to remove it when mapping
* over the known valid values for other types.
*/
export declare type RemoveFutureAddedValue<T extends string> = Exclude<T, '%future added value'>;
/**
* Split a string into a tuple type

@@ -14,0 +21,0 @@ */

4

package.json
{
"name": "@bfly/utils",
"version": "4.16.2",
"version": "4.17.0",
"license": "UNLICENSED",

@@ -38,3 +38,3 @@ "author": "Butterfly Network",

},
"gitHead": "7c99073cfac9be57627eb9086ac2c08f965fb60f"
"gitHead": "c00135d96eaf76bcc734b8db89c583c27b9de766"
}

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