🚀 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.202305082104

12

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

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

},
"gitHead": "bd5f4b0560ca57f416a63d5d1696a6dab4346120"
"gitHead": "1fa86135d56bf576a98325e639e47d98b8235494"
}