@aesthetic/utils
Advanced tools
Comparing version 0.6.3 to 0.7.0
@@ -16,2 +16,3 @@ /** | ||
import joinQueries from './joinQueries'; | ||
import nonce from './nonce'; | ||
import objectCreate from './objectCreate'; | ||
@@ -22,3 +23,3 @@ import objectLoop from './objectLoop'; | ||
export * from './types'; | ||
export { arrayLoop, arrayReduce, attempt, createState, deepClone, deepMerge, generateHash, hyphenate, isDOM, isObject, joinQueries, objectCreate, objectLoop, objectReduce, toArray, }; | ||
export { arrayLoop, arrayReduce, attempt, createState, deepClone, deepMerge, generateHash, hyphenate, isDOM, isObject, joinQueries, nonce, objectCreate, objectLoop, objectReduce, toArray, }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -183,3 +183,9 @@ // Generated with Packemon: https://packemon.dev | ||
} | ||
/* eslint-disable no-underscore-dangle */ | ||
function nonce() { | ||
return typeof __webpack_nonce__ === 'undefined' ? undefined : __webpack_nonce__; | ||
} | ||
function objectCreate(keys, callback) { | ||
@@ -210,4 +216,9 @@ var object = {}; | ||
} | ||
/** | ||
* @copyright 2020, Miles Johnson | ||
* @license https://opensource.org/licenses/MIT | ||
*/ | ||
export { arrayLoop, arrayReduce, attempt, createState, deepClone, deepMerge, generateHash, hyphenate, isDOM, isObject, joinQueries, objectCreate, objectLoop, objectReduce, toArray }; | ||
export { arrayLoop, arrayReduce, attempt, createState, deepClone, deepMerge, generateHash, hyphenate, isDOM, isObject, joinQueries, nonce, objectCreate, objectLoop, objectReduce, toArray }; | ||
//# sourceMappingURL=index.js.map |
@@ -198,3 +198,9 @@ // Generated with Packemon: https://packemon.dev | ||
} | ||
/* eslint-disable no-underscore-dangle */ | ||
function nonce() { | ||
return typeof __webpack_nonce__ === 'undefined' ? undefined : __webpack_nonce__; | ||
} | ||
function objectCreate(keys, callback) { | ||
@@ -225,3 +231,8 @@ var object = {}; | ||
} | ||
/** | ||
* @copyright 2020, Miles Johnson | ||
* @license https://opensource.org/licenses/MIT | ||
*/ | ||
exports.arrayLoop = arrayLoop; | ||
@@ -238,2 +249,3 @@ exports.arrayReduce = arrayReduce; | ||
exports.joinQueries = joinQueries; | ||
exports.nonce = nonce; | ||
exports.objectCreate = objectCreate; | ||
@@ -240,0 +252,0 @@ exports.objectLoop = objectLoop; |
{ | ||
"name": "@aesthetic/utils", | ||
"version": "0.6.3", | ||
"version": "0.7.0", | ||
"description": "Utility functions for Aesthetic.", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "616c1843c4d1b900b8f954f300173ea0bd770862" | ||
"gitHead": "dd20a1ddf36757a97401cff73f7f994b592bfa93" | ||
} |
@@ -17,2 +17,3 @@ /** | ||
import joinQueries from './joinQueries'; | ||
import nonce from './nonce'; | ||
import objectCreate from './objectCreate'; | ||
@@ -37,2 +38,3 @@ import objectLoop from './objectLoop'; | ||
joinQueries, | ||
nonce, | ||
objectCreate, | ||
@@ -39,0 +41,0 @@ objectLoop, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
32873
43
654