lodash-webpack-plugin
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -12,5 +12,5 @@ 'use strict'; | ||
'collections': [['_baseAggregator', '_arrayAggregator'], ['_baseFilter', '_arrayFilter'], ['_baseMap', '_arrayMap'], ['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']], | ||
'currying': [['_createWrapper', '_createPartialWrapper'], ['unary', '_baseUnary']], | ||
'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']], | ||
'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'], ['keysIn', '_baseKeysIn'], ['times', '_baseTimes']], | ||
'memoizing': [['memoize', 'identity']], | ||
@@ -20,6 +20,7 @@ 'metadata': [['_baseSetData', 'identity'], ['_getData', 'noop'], ['_mergeData', 'identity'], ['_setData', 'identity']], | ||
'placeholders': [['_composeArgs', 'identity'], ['_composeArgsRight', 'identity'], ['_getHolder', 'noop'], ['_getPlaceholder', 'noop'], ['_replaceHolders', 'stubArray'], ['_replaceHolders', 'constant']], | ||
'shorthands': [['_baseIteratee', 'identity'], ['_isFlattenableIteratee', '_isFlattenable']] | ||
'shorthands': [['_baseIteratee', 'identity'], ['_isFlattenableIteratee', 'isArray']] | ||
}; | ||
var overrides = exports.overrides = { | ||
'ary': { 'currying': true }, | ||
'clone': { 'cloning': true }, | ||
@@ -38,5 +39,7 @@ 'cloneDeep': { 'cloning': true }, | ||
'flattenDepth': { 'flattening': true }, | ||
'partialRight': { 'currying': true } | ||
'flip': { 'currying': true }, | ||
'partialRight': { 'currying': true }, | ||
'rearg': { 'currying': true } | ||
}; | ||
exports.default = { features: features, overrides: overrides }; |
{ | ||
"name": "lodash-webpack-plugin", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Smaller modular Lodash builds.", | ||
@@ -16,3 +16,3 @@ "keywords": "webpack-plugin, lodash, modules", | ||
"scripts": { | ||
"build": "babel src --out-dir lib", | ||
"build": "babel src --out-dir lib || true", | ||
"prepublish": "npm run build", | ||
@@ -22,3 +22,3 @@ "test": "mocha --check-leaks --slow 1e3 --compilers js:babel-core/register" | ||
"dependencies": { | ||
"lodash": "^4.12.0" | ||
"lodash": "^4.13.1" | ||
}, | ||
@@ -36,4 +36,4 @@ "devDependencies": { | ||
"memory-fs": "^0.3.0", | ||
"mocha": "^2.4.5", | ||
"webpack": "^1.13.0" | ||
"mocha": "^2.5.1", | ||
"webpack": "^1.13.1" | ||
}, | ||
@@ -40,0 +40,0 @@ "babel": { |
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
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
13109
6
130
0
75
Updatedlodash@^4.13.1