Socket
Socket
Sign inDemoInstall

lodash-webpack-plugin

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lodash-webpack-plugin - npm Package Compare versions

Comparing version 0.10.2 to 0.10.3

4

lib/index.js

@@ -69,4 +69,4 @@ 'use strict';

var resolvePath = _lodash2.default.memoize(function (_ref) {
var rawRequest = _ref.rawRequest;
var resource = _ref.resource;
var rawRequest = _ref.rawRequest,
resource = _ref.resource;

@@ -73,0 +73,0 @@ var result = resource;

@@ -14,5 +14,5 @@ 'use strict';

'deburring': [['deburr', 'identity']],
'exotics': [['_equalByTag', 'eq'], ['_getAllKeys', '_nativeKeys'], ['_getAllKeysIn', '_nativeKeysIn'], ['_getSymbols', 'stubArray'], ['_getSymbolsIn', 'stubArray'], ['_getTag', '_baseGetTag'], ['_initCloneByTag', 'identity'], ['_mapToArray', 'stubArray'], ['_setToArray', 'stubArray'], ['_setToPairs', 'stubArray'], ['isArguments', 'stubFalse'], ['isArrayBuffer', 'baseIsArrayBuffer'], ['isBuffer', 'stubFalse'], ['isDate', 'baseIsDate'], ['isMap', 'stubFalse'], ['isRegExp', 'baseIsRegExp'], ['isSet', 'stubFalse'], ['isSymbol', 'stubFalse'], ['isTypedArray', 'stubFalse']],
'exotics': [['_baseGetTag', '_objectToString'], ['_equalByTag', 'eq'], ['_getAllKeys', '_nativeKeys'], ['_getAllKeysIn', '_nativeKeysIn'], ['_getSymbols', 'stubArray'], ['_getSymbolsIn', 'stubArray'], ['_getTag', '_objectToString'], ['_initCloneByTag', 'identity'], ['_mapToArray', 'stubArray'], ['_setToArray', 'stubArray'], ['_setToPairs', 'stubArray'], ['isArguments', 'stubFalse'], ['isArrayBuffer', 'baseIsArrayBuffer'], ['isBuffer', 'stubFalse'], ['isDate', 'baseIsDate'], ['isMap', 'stubFalse'], ['isRegExp', 'baseIsRegExp'], ['isSet', 'stubFalse'], ['isSymbol', 'stubFalse'], ['isTypedArray', 'stubFalse']],
'flattening': [['_baseFlatten', 'head'], ['_flatRest', 'identity']],
'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']],
'guards': [['_getNative', '_getValue'], ['_isIterateeCall', 'stubFalse'], ['_isPrototype', 'stubFalse'], ['_baseKeys', '_nativeKeys'], ['_baseKeysIn', '_nativeKeysIn'], ['_castFunction', 'identity'], ['_castRest', 'identity'], ['_shortOut', 'identity'], ['isNaN', 'baseIsNaN'], ['isNative', 'stubTrue'], ['keys', '_nativeKeys'], ['keysIn', '_nativeKeysIn'], ['times', '_baseTimes']],
'memoizing': [['_memoizeCapped', 'identity'], ['memoize', 'identity']],

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

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

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

"dependencies": {
"lodash": "^4.16.4"
"lodash": "^4.16.5"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-plugin-add-module-exports": "~0.2.1",
"babel-plugin-lodash": "^3.2.9",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"bluebird": "^3.4.5",
"chai": "^3.5.0",
"glob": "^7.1.0",
"glob": "^7.1.1",
"gzip-size": "^3.0.0",
"memory-fs": "^0.3.0",
"mocha": "^3.1.0",
"mocha": "^3.1.2",
"pretty-bytes": "^4.0.2",
"webpack": "^1.13.2"
"webpack": "^1.13.3"
},

@@ -40,0 +40,0 @@ "files": [

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

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

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc