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

@formio/lodash

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formio/lodash

A minimalistic reduced-set implementation of the Lodash library.

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

@formio/lodash

This library is a tiny (3kb gzipped) reduced-set implementation of the Lodash library.

Usage

To use this library, you will first need to install it into your own application.

npm install --save @formio/lodash

Next, you can create a new component as follows.

import * as _ from '@formio/lodash';
_.sum([2, 3])

Or you can import like so.

import { sum } from '@formio/lodash';
_.sum([2, 3]);

Implemented methods

This library is not intended to be a full featured Lodash implementation. It is tiny, and we want it to stay that way, so we have only included the set of methods that are utilized within the Form.io platform. These methods include the following:

https://formio.github.io/lodash/modules/index.html

Keywords

FAQs

Package last updated on 29 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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