@ulu/utils
Advanced tools
Comparing version 0.0.4 to 0.0.6
@@ -9,4 +9,4 @@ /** | ||
* if the array has all items in the required array | ||
* @param {Array} array Array to test | ||
* @param {Arry} required Elements that should be present in the array | ||
* @param {Array} array Array to test on | ||
* @param {Array} required Elements that should be present in the array | ||
* @returns {Boolean} | ||
@@ -13,0 +13,0 @@ */ |
{ | ||
"name": "@ulu/utils", | ||
"version": "0.0.4", | ||
"version": "0.0.6", | ||
"description": "Low level utility library", | ||
@@ -14,10 +14,14 @@ "keywords": [ | ||
"scripts": { | ||
"docs": "node_modules/.bin/jsdoc -c jsdoc.json" | ||
"docs": "node_modules/.bin/jsdoc -c jsdoc.json", | ||
"types" : "npx tsc" | ||
}, | ||
"exports": { | ||
"./*.js" : "./lib/*.js", | ||
"./*" : "./lib/*", | ||
"./browser/*.js" : "./lib/browser/*.js", | ||
"./browser/*" : "./lib/browser/*" | ||
"./*.js": "./lib/*.js", | ||
"./*": "./lib/*" | ||
}, | ||
"typesVersions": { | ||
"*" : { | ||
"*" : ["./types/*"] | ||
} | ||
}, | ||
"repository": { | ||
@@ -32,4 +36,5 @@ "type": "git", | ||
"docdash": "^2.0.2", | ||
"jsdoc": "^4.0.2" | ||
"jsdoc": "^4.0.2", | ||
"typescript": "^5.3.3" | ||
} | ||
} |
@@ -17,1 +17,3 @@ # @ulu/utils | ||
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
33047
46
846
19
3