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.10.1 to 0.10.2

4

lib/mapping.js

@@ -7,3 +7,3 @@ 'use strict';

var features = exports.features = {
'caching': [['_baseIndexOf', '_strictIndexOf'], ['_cacheHas', '_arrayIncludes'], ['_createSet', 'noop'], ['_MapCache', '_ListCache'], ['_SetCache', 'identity'], ['_Stack', '_ListCache']],
'caching': [['_baseIndexOf', '_strictIndexOf'], ['_cacheHas', '_arrayIncludes'], ['_createSet', 'noop'], ['_MapCache', '_ListCache'], ['_SetCache', 'castArray'], ['_Stack', '_ListCache']],
'chaining': [['_getFuncName', 'stubString'], ['_isLaziable', 'stubFalse'], ['_LodashWrapper', 'noop']],

@@ -17,3 +17,3 @@ 'cloning': [['_baseClone', 'identity']],

'flattening': [['_baseFlatten', 'head'], ['_flatRest', 'identity']],
'guards': [['_getNative', '_getValue'], ['_isHostObject', 'stubFalse'], ['_isIterateeCall', 'stubFalse'], ['_isPrototype', 'stubFalse'], ['_baseKeys', '_nativeKeys'], ['_baseKeysIn', '_nativeKeysIn'], ['_castRest', 'identity'], ['_shortOut', 'identity'], ['isNaN', 'baseIsNaN'], ['isNative', 'stubTrue'], ['keys', '_nativeKeys'], ['keysIn', '_nativeKeysIn'], ['times', '_baseTimes']],
'guards': [['_getNative', '_getValue'], ['_isIterateeCall', 'stubFalse'], ['_isPrototype', 'stubFalse'], ['_baseKeys', '_nativeKeys'], ['_baseKeysIn', '_nativeKeysIn'], ['_castRest', 'identity'], ['_shortOut', 'identity'], ['isNaN', 'baseIsNaN'], ['isNative', 'stubTrue'], ['keys', '_nativeKeys'], ['keysIn', '_nativeKeysIn'], ['times', '_baseTimes']],
'memoizing': [['_memoizeCapped', 'identity'], ['memoize', 'identity']],

@@ -20,0 +20,0 @@ 'metadata': [['_baseSetData', 'identity'], ['_getData', 'noop'], ['_mergeData', 'identity'], ['_setData', 'identity'], ['_setToString', 'identity'], ['_setWrapToString', 'identity']],

{
"name": "lodash-webpack-plugin",
"version": "0.10.1",
"version": "0.10.2",
"description": "Smaller modular Lodash builds.",

@@ -21,17 +21,17 @@ "keywords": "lodash, modules, webpack-plugin",

"dependencies": {
"lodash": "^4.15.0"
"lodash": "^4.16.4"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "~0.2.1",
"babel-plugin-lodash": "^3.2.8",
"babel-preset-es2015": "^6.14.0",
"babel-plugin-lodash": "^3.2.9",
"babel-preset-es2015": "^6.16.0",
"bluebird": "^3.4.5",
"chai": "^3.5.0",
"glob": "^7.0.6",
"glob": "^7.1.0",
"gzip-size": "^3.0.0",
"memory-fs": "^0.3.0",
"mocha": "^3.0.2",
"mocha": "^3.1.0",
"pretty-bytes": "^4.0.2",

@@ -38,0 +38,0 @@ "webpack": "^1.13.2"

@@ -1,2 +0,2 @@

# lodash-webpack-plugin v0.10.1
# lodash-webpack-plugin v0.10.2

@@ -3,0 +3,0 @@ Create smaller Lodash builds by replacing [feature sets](#feature-sets) of modules

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc