Socket
Socket
Sign inDemoInstall

extra-utils

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extra-utils - npm Package Compare versions

Comparing version 5.6.0 to 5.7.0

lib/number/clamp.d.ts

1

lib/number/index.d.ts

@@ -6,1 +6,2 @@ export * from './is-bigint.js';

export * from './is-number.js';
export * from './clamp.js';

@@ -6,2 +6,3 @@ export * from './is-bigint.js';

export * from './is-number.js';
export * from './clamp.js';
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "extra-utils",
"version": "5.6.0",
"version": "5.7.0",
"description": "Utilities for JavaScript and Typescript",

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

@@ -75,2 +75,7 @@ # extra-utils

function isntBigInt<T>(val: T): val is Exclude<T, bigint>
function clamp(
val: number
, [min, max]: [min: number, max: number]
): number
```

@@ -77,0 +82,0 @@

@@ -6,1 +6,2 @@ export * from './is-bigint.js'

export * from './is-number.js'
export * from './clamp.js'

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