lodash-webpack-plugin
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -13,3 +13,3 @@ 'use strict'; | ||
'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']], | ||
'exotics': [['_equalByTag', 'eq'], ['_getSymbols', 'stubArray'], ['_getSymbolsIn', 'stubArray'], ['_getTag', '_baseGetTag'], ['_initCloneByTag', 'identity'], ['_mapToArray', 'stubArray'], ['_setToArray', 'stubArray'], ['_setToPairs', 'stubArray'], ['isArguments', 'stubFalse'], ['isBuffer', 'stubFalse'], ['isSymbol', 'stubFalse'], ['isTypedArray', 'stubFalse']], | ||
'flattening': [['_baseFlatten', 'head']], | ||
@@ -16,0 +16,0 @@ 'guards': [['_getNative', '_getValue'], ['_isHostObject', 'stubFalse'], ['_isIterateeCall', 'stubFalse'], ['_isPrototype', 'stubFalse'], ['isNaN', 'baseIsNaN'], ['isNative', 'stubTrue'], ['keys', '_baseKeys'], ['keysIn', '_baseKeysIn'], ['times', '_baseTimes']], |
{ | ||
"name": "lodash-webpack-plugin", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Smaller modular Lodash builds.", | ||
@@ -35,3 +35,3 @@ "keywords": "webpack-plugin, lodash, modules", | ||
"memory-fs": "^0.3.0", | ||
"mocha": "^2.5.2", | ||
"mocha": "^2.5.3", | ||
"webpack": "^1.13.1" | ||
@@ -38,0 +38,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
# lodash-webpack-plugin v0.9.0 | ||
# lodash-webpack-plugin v0.9.1 | ||
@@ -63,14 +63,14 @@ Create smaller Lodash builds by replacing [feature sets](#feature-sets) of modules | ||
| `shorthands` | Iteratee shorthands for `_.property`, `_.matches`, & `_.matchesProperty`. | | ||
| `cloning` | Support for “clone” methods & cloning source objects. | | ||
| `currying` | Support for “curry” methods. | | ||
| `cloning` | Support “clone” methods & cloning source objects. | | ||
| `currying` | Support “curry” methods. | | ||
| `caching` | Caches for methods like `_.cloneDeep`, `_.isEqual`, & `_.uniq`. | | ||
| `collections` | Support for objects in “Collection” methods. | | ||
| `collections` | Support 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`. | | ||
| `flattening` | Support for “flatten” methods & flattening rest arguments. | | ||
| `flattening` | Support “flatten” methods & flattening rest arguments. | | ||
| `paths` | Deep property path support for methods like `_.get`, `_.has`, & `_.set`. | | ||
| `memoizing` | Support for `_.memoize` & memoization. | | ||
| `memoizing` | Support `_.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`)_ | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13398