Socket
Socket
Sign inDemoInstall

lodash-webpack-plugin

Package Overview
Dependencies
1
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.3.0

7

lib/mapping.js

@@ -8,9 +8,12 @@ 'use strict';

'caching': [['_createSet', 'noop'], ['_MapCache', '_ListCache'], ['_Stack', '_ListCache']],
'chaining': [['_getFuncName', 'noop'], ['_isLaziable', 'noop'], ['_LodashWrapper', 'noop']],
'coercions': [['_baseToNumber', 'identity'], ['_baseToString', 'identity'], ['_toKey', 'identity'], ['toFinite', 'identity'], ['toInteger', 'identity'], ['toLength', 'identity'], ['toNumber', 'identity'], ['toString', 'identity']],
'collections': [['_baseAggregator', '_arrayAggregator'], ['each', '_arrayEach'], ['eachRight', '_arrayEachRight'], ['every', '_arrayEvery'], ['filter', '_arrayFilter'], ['forEach', '_arrayEach'], ['forEachRight', '_arrayEachRight'], ['includes', '_arrayIncludes'], ['map', '_arrayMap'], ['reduce', '_arrayReduce'], ['reduceRight', '_arrayReduceRight'], ['some', '_arraySome']],
'currying': [['_createWrapper', '_createPartialWrapper']],
'guards': [['_isIterateeCall', 'noop'], ['keys', '_baseKeys']],
'flattening': [['_baseFlatten', 'identity']],
'guards': [['_isHostObject', 'noop'], ['_isIterateeCall', 'noop'], ['_isPrototype', 'noop'], ['isArguments', 'noop'], ['isNative', 'identity'], ['keys', '_baseKeys']],
'memoizing': [['memoize', 'identity']],
'metadata': [['_baseSetData', 'identity'], ['_getData', 'noop'], ['_mergeData', 'identity'], ['_setData', 'identity']],
'paths': [['_castPath', 'identity'], ['_isKey', 'identity']],
'placeholders': [['_composeArgs', 'identity'], ['_composeArgsRight', 'identity'], ['_getHolder', 'noop'], ['_getPlaceholder', 'noop'], ['_replaceHolders', 'noop']],
'placeholders': [['_composeArgs', 'identity'], ['_composeArgsRight', 'identity'], ['_getHolder', 'noop'], ['_getPlaceholder', 'noop'], ['_replaceHolders', 'constant']],
'shorthands': [['_baseIteratee', 'identity']]

@@ -17,0 +20,0 @@ };

{
"name": "lodash-webpack-plugin",
"version": "0.2.1",
"version": "0.3.0",
"description": "Smaller modular Lodash builds.",

@@ -27,3 +27,3 @@ "keywords": "webpack-plugin, lodash, modules",

"babel-plugin-add-module-exports": "~0.2.0",
"babel-plugin-lodash": "^3.1.1",
"babel-plugin-lodash": "^3.1.2",
"babel-preset-es2015": "^6.6.0",

@@ -30,0 +30,0 @@ "bluebird": "^3.3.5",

@@ -1,2 +0,2 @@

# lodash-webpack-plugin v0.2.1
# lodash-webpack-plugin v0.3.0

@@ -63,9 +63,12 @@ Create smaller Lodash builds by replacing [feature sets](#feature-sets) of modules

| `shorthands` | Iteratee shorthands for `_.property`, `_.matches`, & `_.matchesProperty`. |
| `collections` | Support objects in “Collection” methods like `_.each`, `_.filter`, & `_.map`. |
| `currying` | Support for `_.curry` & `_.curryRight`. |
| `collections` | Support for objects in “Collection” methods. |
| `currying` | Support for “curry” methods. |
| `caching` | Caches for methods like `_.cloneDeep`, `_.isEqual`, & `_.uniq`. |
| `coercions` | Coercion methods like `_.toInteger`, `_.toNumber`, & `_.toString`. |
| `guards` | Guards for `arguments` objects, host objects, sparse arrays, & other edge cases. |
| `flattening` | Support for “flatten” methods & flattening arguments. |
| `paths` | Deep property path support for methods like `_.get`, `_.has`, & `_.set`. |
| `guards` | Dense array & iteratee call guards for methods like `_.every`, `_.keys`, & `_.some`. |
| `metadata` | Store metadata to reduce wrapping of bound, curried, & partially applied functions.<br>_(requires `currying`)_ |
| `placeholders` | Argument placeholder support for methods like `_.bind`, `_.curry`, & `_.partial`.<br>_(requires `currying`)_ |
| `memoizing` | Support for `_.memoize` & memoization. |
| `chaining` | Components to support chain sequences. |
| `metadata` | Metadata to reduce wrapping of bound, curried, & partially applied functions.<br>_(requires `currying`)_ |
| `placeholders` | Argument placeholder support for “bind”, “curry”, & “partial” methods.<br>_(requires `currying`)_ |
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