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

moderndash

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moderndash - npm Package Compare versions

Comparing version 0.14.0 to 0.14.1

14

dist/index.d.ts

@@ -45,3 +45,3 @@ /**

* let arr: ArrayMinLength<number, 3> = [1, 2, 3];
* arr = [1, 2, 3, 4]; // Error
* arr = [1, 2]; // Error
*

@@ -1049,8 +1049,2 @@ * @template TElem The type of the array elements.

*
* Objects are considered empty if they have no own enumerable string keyed
* properties.
*
* Array-like values such as `arguments` objects, arrays, buffers, strings, or
* Similarly, maps and sets are considered empty if they have a `size` of `0`.
*
* @example

@@ -1083,8 +1077,2 @@ * isEmpty(null)

*
* **Note:** This method supports comparing arrays, array buffers, booleans,
* date objects, error objects, maps, numbers, `Object` objects, regexes,
* sets, strings, symbols, and typed arrays. `Object` objects are compared
* by their own, not inherited, enumerable properties. Functions and DOM
* nodes are compared by strict equality, i.e. `===`.
*
* @example

@@ -1091,0 +1079,0 @@ * var object = { 'a': 1 };

2

package.json

@@ -58,3 +58,3 @@ {

},
"version": "0.14.0"
"version": "0.14.1"
}

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