🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
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.202211221509

12

package.json
{
"name": "@esfx/collections-hashset",
"version": "1.1.0-alpha.202210252139",
"version": "1.1.0-alpha.202211221509",
"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.202210252139",
"@esfx/equatable": "^1.1.0-alpha.202210252139"
"@esfx/collection-core": "1.1.0-alpha.202211221509",
"@esfx/equatable": "1.1.0-alpha.202211221509"
},
"devDependencies": {
"@esfx/internal-collections-hash": "^1.1.0-alpha.202210252139",
"@esfx/internal-guards": "^1.1.0-alpha.202210252139"
"@esfx/internal-collections-hash": "1.1.0-alpha.202211221509",
"@esfx/internal-guards": "1.1.0-alpha.202211221509"
},

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

},
"gitHead": "76f5806fb4d60d0db7bf9a8f61a8e02ec8673fa1"
"gitHead": "efb1378ed6526f296c4b7f1cd1b76e294d8b7e56"
}