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.0 to 0.8.1

README.md

11

lib/mapping.js

@@ -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": {

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