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 3.11.0 to 3.11.1

1

dist/index.d.ts

@@ -1451,2 +1451,3 @@ import { Call, Tuples, Objects } from 'hotscript';

* Checks if given string is a valid URL
* @deprecated Use the native "URL.canParse" method instead.
*

@@ -1453,0 +1454,0 @@ * @example

2

package.json
{
"name": "moderndash",
"version": "3.11.0",
"version": "3.11.1",
"type": "module",

@@ -5,0 +5,0 @@ "description": "A Typescript-First utility library inspired by Lodash. Optimized for modern browsers.",

@@ -28,3 +28,3 @@ ![ModernDash Logo](https://raw.githubusercontent.com/Maggi64/moderndash/main/website/src/assets/moderndashLogo.svg)

<a href="https://www.npmjs.com/package/moderndash">
<img alt="npm" src="https://img.shields.io/npm/dw/moderndash">
<img alt="npm" src="https://img.shields.io/npm/dm/moderndash">
</a>

@@ -77,2 +77,3 @@ <a href="https://www.npmjs.com/package/moderndash">

### Why is X lodash function not included?
ModernDash does not include any lodash functions that can be easily replaced by native javascript. It only includes the functions that you really need, and keeps the library as slim as possible.
Please refer to [You-Dont-Need-Lodash](https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore) or [youmightnotneed.com/lodash](https://youmightnotneed.com/lodash) for native replacements.

@@ -79,0 +80,0 @@ If you still believe a function is missing, please open an issue.

Sorry, the diff of this file is not supported yet

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