lodash-webpack-plugin
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -13,3 +13,3 @@ 'use strict'; | ||
'currying': [['_createWrapper', '_createPartialWrapper']], | ||
'flattening': [['_baseFlatten', 'identity']], | ||
'flattening': [['_baseFlatten', 'head']], | ||
'guards': [['_getNative', '_getValue'], ['_isHostObject', 'stubFalse'], ['_isHostObject', 'noop'], ['_isIterateeCall', 'stubFalse'], ['_isIterateeCall', 'noop'], ['_isPrototype', 'stubFalse'], ['_isPrototype', 'noop'], ['isArguments', 'stubFalse'], ['isArguments', 'noop'], ['isNative', 'stubTrue'], ['isNative', 'identity'], ['keys', '_baseKeys'], ['times', '_baseTimes']], | ||
@@ -20,3 +20,3 @@ 'memoizing': [['memoize', 'identity']], | ||
'placeholders': [['_composeArgs', 'identity'], ['_composeArgsRight', 'identity'], ['_getHolder', 'noop'], ['_getPlaceholder', 'noop'], ['_replaceHolders', 'stubArray'], ['_replaceHolders', 'constant']], | ||
'shorthands': [['_baseIteratee', 'identity']] | ||
'shorthands': [['_baseIteratee', 'identity'], ['_isFlattenableIteratee', '_isFlattenable']] | ||
}; | ||
@@ -29,4 +29,11 @@ | ||
'cloneWith': { 'cloning': true }, | ||
'concat': { 'flattening': true }, | ||
'curry': { 'currying': true }, | ||
'curryRight': { 'currying': true }, | ||
'flatMap': { 'flattening': true }, | ||
'flatMapDeep': { 'flattening': true }, | ||
'flatMapDepth': { 'flattening': true }, | ||
'flatten': { 'flattening': true }, | ||
'flattenDeep': { 'flattening': true }, | ||
'flattenDepth': { 'flattening': true }, | ||
'partialRight': { 'currying': true } | ||
@@ -33,0 +40,0 @@ }; |
{ | ||
"name": "lodash-webpack-plugin", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "Smaller modular Lodash builds.", | ||
@@ -5,0 +5,0 @@ "keywords": "webpack-plugin, lodash, modules", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
127
10381
5
1
0