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.7.0 to 0.8.0

11

lib/mapping.js

@@ -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 @@ };

2

package.json
{
"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",

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