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

loadsh

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loadsh

You don't need 70 Kb lodash.

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7.3K
decreased by-1.14%
Maintainers
1
Weekly downloads
 
Created
Source

loadsh

Replace lodash with smaller bundle size.

npm npm gzip

Install

npm i --save loadsh

Then import it.

import _ from 'loadsh';

or import it by script in HTML, then get _ on window.

<script src="https://unpkg.com/loadsh/dist/loadsh.min.js"></script>

Usage

Document same with lodash here.

Import

Use with babel-plugin-import with configure.

[
  "import",
  [{
    "libraryName": "loadsh",
    "libraryDirectory": "lib",
    "camel2DashComponentName": false,
  }]
]

License

ISC@hustcc.

Keywords

FAQs

Package last updated on 20 Sep 2018

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