New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rimbu/bimap

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rimbu/bimap - npm Package Compare versions

Comparing version

to
0.5.7

15

package.json
{
"name": "@rimbu/bimap",
"version": "0.5.4",
"version": "0.5.7",
"description": "A bidirectional immutable Map of keys and values for TypeScript",

@@ -50,3 +50,2 @@ "keywords": [

"lint": "eslint src",
"prepublish": "yarn build",
"test": "jest",

@@ -64,7 +63,7 @@ "test:types": "tsd",

"dependencies": {
"@rimbu/base": "^0.5.4",
"@rimbu/collection-types": "^0.5.4",
"@rimbu/common": "^0.5.4",
"@rimbu/hashed": "^0.5.4",
"@rimbu/stream": "^0.5.4"
"@rimbu/base": "^0.5.7",
"@rimbu/collection-types": "^0.5.7",
"@rimbu/common": "^0.5.7",
"@rimbu/hashed": "^0.5.7",
"@rimbu/stream": "^0.5.7"
},

@@ -74,3 +73,3 @@ "publishConfig": {

},
"gitHead": "eea70adda97c96e78618365c89dceec637b8e5b4"
"gitHead": "a7e255d1e63ad6baaa02f3e9c6540b8a907752e0"
}