🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@esfx/collections-hashset

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esfx/collections-hashset - npm Package Compare versions

Comparing version

to
1.1.0-alpha.202302091715

12

package.json
{
"name": "@esfx/collections-hashset",
"version": "1.1.0-alpha.202302071935",
"version": "1.1.0-alpha.202302091715",
"description": "Provides 'HashSet', a collection class that utilizes '@esfx/collection-core' and '@esfx/equatable'.",

@@ -28,8 +28,8 @@ "type": "commonjs",

"dependencies": {
"@esfx/collection-core": "1.1.0-alpha.202302071935",
"@esfx/equatable": "1.1.0-alpha.202302071935"
"@esfx/collection-core": "1.1.0-alpha.202302091715",
"@esfx/equatable": "1.1.0-alpha.202302091715"
},
"devDependencies": {
"@esfx/internal-collections-hash": "1.1.0-alpha.202302071935",
"@esfx/internal-guards": "1.1.0-alpha.202302071935"
"@esfx/internal-collections-hash": "1.1.0-alpha.202302091715",
"@esfx/internal-guards": "1.1.0-alpha.202302091715"
},

@@ -39,3 +39,3 @@ "publishConfig": {

},
"gitHead": "920ac73c976f110f28a44c32ce64c2bbdd7e0a1e"
"gitHead": "bd5f4b0560ca57f416a63d5d1696a6dab4346120"
}