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.8.2 to 0.9.0

10

lib/mapping.js

@@ -8,3 +8,3 @@ 'use strict';

'caching': [['_createSet', 'noop'], ['_MapCache', '_ListCache'], ['_Stack', '_ListCache']],
'chaining': [['_getFuncName', 'stubString'], ['_getFuncName', 'noop'], ['_isLaziable', 'stubFalse'], ['_isLaziable', 'noop'], ['_LodashWrapper', 'noop']],
'chaining': [['_getFuncName', 'stubString'], ['_isLaziable', 'stubFalse'], ['_LodashWrapper', 'noop']],
'cloning': [['_baseClone', 'identity']],

@@ -14,8 +14,9 @@ 'coercions': [['_baseToNumber', 'identity'], ['_baseToString', 'identity'], ['_toKey', 'identity'], ['toFinite', 'identity'], ['toInteger', 'identity'], ['toLength', 'identity'], ['toNumber', 'identity'], ['toString', 'identity']],

'currying': [['_createWrapper', '_createPartialWrapper'], ['unary', '_baseUnary']],
'exotics': [['_equalByTag', 'eq'], ['_getTag', '_baseGetTag'], ['_initCloneByTag', 'identity'], ['_mapToArray', 'stubArray'], ['_setToArray', 'stubArray'], ['_setToPairs', 'stubArray'], ['isArguments', 'stubFalse'], ['isBuffer', 'stubFalse'], ['isSymbol', 'stubFalse'], ['isTypedArray', 'stubFalse']],
'flattening': [['_baseFlatten', 'head']],
'guards': [['_getNative', '_getValue'], ['_isHostObject', 'stubFalse'], ['_isHostObject', 'noop'], ['_isIterateeCall', 'stubFalse'], ['_isIterateeCall', 'noop'], ['_isPrototype', 'stubFalse'], ['_isPrototype', 'noop'], ['isArguments', 'stubFalse'], ['isArguments', 'noop'], ['isNaN', 'baseIsNaN'], ['isNative', 'stubTrue'], ['isNative', 'identity'], ['keys', '_baseKeys'], ['keysIn', '_baseKeysIn'], ['times', '_baseTimes']],
'guards': [['_getNative', '_getValue'], ['_isHostObject', 'stubFalse'], ['_isIterateeCall', 'stubFalse'], ['_isPrototype', 'stubFalse'], ['isNaN', 'baseIsNaN'], ['isNative', 'stubTrue'], ['keys', '_baseKeys'], ['keysIn', '_baseKeysIn'], ['times', '_baseTimes']],
'memoizing': [['memoize', 'identity']],
'metadata': [['_baseSetData', 'identity'], ['_getData', 'noop'], ['_mergeData', 'identity'], ['_setData', 'identity']],
'paths': [['_baseGet', '_getValue'], ['_castPath', 'identity'], ['_isKey', 'identity'], ['has', '_baseHas'], ['hasIn', '_baseHasIn'], ['property', '_baseProperty']],
'placeholders': [['_composeArgs', 'identity'], ['_composeArgsRight', 'identity'], ['_getHolder', 'noop'], ['_getPlaceholder', 'noop'], ['_replaceHolders', 'stubArray'], ['_replaceHolders', 'constant']],
'placeholders': [['_composeArgs', 'identity'], ['_composeArgsRight', 'identity'], ['_getHolder', 'noop'], ['_replaceHolders', 'stubArray']],
'shorthands': [['_baseIteratee', 'identity'], ['_isFlattenableIteratee', 'isArray']]

@@ -40,2 +41,5 @@ };

'flip': { 'currying': true },
'isMap': { 'exotics': true },
'isSymbol': { 'exotics': true },
'isWeakMap': { 'exotics': true },
'partialRight': { 'currying': true },

@@ -42,0 +46,0 @@ 'rearg': { 'currying': true }

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

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

"memory-fs": "^0.3.0",
"mocha": "^2.5.1",
"mocha": "^2.5.2",
"webpack": "^1.13.1"

@@ -38,0 +38,0 @@ },

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

# lodash-webpack-plugin v0.8.2
# lodash-webpack-plugin v0.9.0

@@ -67,4 +67,5 @@ Create smaller Lodash builds by replacing [feature sets](#feature-sets) of modules

| `collections` | Support for objects in “Collection” methods. |
| `exotics` | Support objects like buffers, maps, sets, symbols, typed arrays, etc. |
| `guards` | Guards for host objects, sparse arrays, & other edge cases. |
| `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 rest arguments. |

@@ -71,0 +72,0 @@ | `paths` | Deep property path support for methods like `_.get`, `_.has`, & `_.set`. |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc