Socket
Socket
Sign inDemoInstall

extra-utils

Package Overview
Dependencies
Maintainers
0
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.13.0 to 5.14.0

lib/object/from-entries.d.ts

1

lib/object/index.d.ts

@@ -7,1 +7,2 @@ export * from './is-empty-object.js';

export * from './is-deep-equal.js';
export * from './from-entries.js';

@@ -7,2 +7,3 @@ export * from './is-empty-object.js';

export * from './is-deep-equal.js';
export * from './from-entries.js';
//# sourceMappingURL=index.js.map

2

lib/string/is-url-string.js

@@ -6,3 +6,3 @@ export function isURLString(text) {

}
catch (_a) {
catch {
return false;

@@ -9,0 +9,0 @@ }

{
"name": "extra-utils",
"version": "5.13.0",
"version": "5.14.0",
"description": "Utilities for JavaScript and Typescript",

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

@@ -118,2 +118,6 @@ # extra-utils

function isDeepEqual(a: unknown, b: unknown): boolean
function fromEntries<Key extends number | string, Value>(
entries: Iterable<[Key, Value]>
): Record<Key, Value>
```

@@ -120,0 +124,0 @@

@@ -7,1 +7,2 @@ export * from './is-empty-object.js'

export * from './is-deep-equal.js'
export * from './from-entries.js'

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