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.6.0 to 0.7.0

README.md

5

lib/mapping.js

@@ -9,2 +9,3 @@ 'use strict';

'chaining': [['_getFuncName', 'stubString'], ['_getFuncName', 'noop'], ['_isLaziable', 'stubFalse'], ['_isLaziable', 'noop'], ['_LodashWrapper', 'noop']],
'cloning': [['_baseClone', 'identity']],
'coercions': [['_baseToNumber', 'identity'], ['_baseToString', 'identity'], ['_toKey', 'identity'], ['toFinite', 'identity'], ['toInteger', 'identity'], ['toLength', 'identity'], ['toNumber', 'identity'], ['toString', 'identity']],

@@ -23,2 +24,6 @@ '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']],

var overrides = exports.overrides = {
'clone': { 'cloning': true },
'cloneDeep': { 'cloning': true },
'cloneDeepWith': { 'cloning': true },
'cloneWith': { 'cloning': true },
'curry': { 'currying': true },

@@ -25,0 +30,0 @@ 'curryRight': { 'currying': true },

2

package.json
{
"name": "lodash-webpack-plugin",
"version": "0.6.0",
"version": "0.7.0",
"description": "Smaller modular Lodash builds.",

@@ -5,0 +5,0 @@ "keywords": "webpack-plugin, lodash, modules",

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