Socket
Socket
Sign inDemoInstall

lodash-amd

Package Overview
Dependencies
0
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    lodash-amd

Lodash exported as AMD modules.


Version published
Weekly downloads
11K
decreased by-2.81%
Maintainers
2
Install size
1.10 MB
Created
Weekly downloads
 

Readme

Source

lodash-amd v4.17.15

The Lodash library exported as AMD modules.

Generated using lodash-cli:

$ lodash exports=amd -o ./
$ lodash exports=amd -d -o ./main.js

Installation

Using npm:

$ npm i -g npm
$ npm i --save lodash-amd

Using an AMD loader:

require({
  'packages': [
    { 'name': 'lodash', 'location': 'path/to/lodash' }
  ]
}, ['lodash/chunk'], function(chunk) {
  // use `chunk`
});

See the package source for more details.

Keywords

FAQs

Last updated on 19 Jul 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc