@mintlab/kitchen-sink
Advanced tools
Comparing version 2.1.1 to 2.1.2
// Modules exposed in the entry file are for DLL pre-builds. | ||
// What you include here is your own judgement call. | ||
const { | ||
asArray, | ||
removeFromArray, | ||
isPopulatedArray, | ||
} = require('./array'); | ||
const dictionary = require('./dictionary'); | ||
@@ -31,2 +36,3 @@ const expose = require('./expose'); | ||
module.exports = expose({ | ||
asArray, | ||
bind, | ||
@@ -47,2 +53,3 @@ buildParamString, | ||
isObject, | ||
isPopulatedArray, | ||
objectifyParams, | ||
@@ -53,3 +60,4 @@ passOrGet, | ||
reduceMap, | ||
removeFromArray, | ||
unique, | ||
}); |
{ | ||
"name": "@mintlab/kitchen-sink", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"license": "EUPL-1.1", | ||
@@ -5,0 +5,0 @@ "description": "Mintlab utility functions.", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27982
14
463