@mintlab/kitchen-sink
Advanced tools
Comparing version 2.1.0 to 2.1.1
16
index.js
@@ -10,2 +10,12 @@ // Modules exposed in the entry file are for DLL pre-builds. | ||
const { | ||
createDate, | ||
createTime, | ||
} = require('./formatIso'); | ||
const { | ||
buildParamString, | ||
buildUrl, | ||
getSegment, | ||
objectifyParams, | ||
} = require('./url'); | ||
const { | ||
cloneWithout, | ||
@@ -23,4 +33,8 @@ extract, | ||
bind, | ||
buildParamString, | ||
buildUrl, | ||
callOrNothingAtAll, | ||
cloneWithout, | ||
createDate, | ||
createTime, | ||
dictionary, | ||
@@ -32,3 +46,5 @@ expose, | ||
getObject, | ||
getSegment, | ||
isObject, | ||
objectifyParams, | ||
passOrGet, | ||
@@ -35,0 +51,0 @@ performGetOnProperties, |
{ | ||
"name": "@mintlab/kitchen-sink", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"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
27128
13
418