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

12

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

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

},
"gitHead": "1fa86135d56bf576a98325e639e47d98b8235494"
"gitHead": "ec2a1fc0829ab36f54ed73297be79578b45d50b7"
}