Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ulu/utils

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ulu/utils - npm Package Compare versions

Comparing version 0.0.4 to 0.0.6

lib/browser/dom.d.ts

4

lib/array.js

@@ -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

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