Socket
Socket
Sign inDemoInstall

@rimbu/base

Package Overview
Dependencies
2
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.11.1 to 0.11.2

./dist/main/index.js

23

package.json
{
"name": "@rimbu/base",
"version": "0.11.1",
"version": "0.11.2",
"description": "Utilities to implement Rimbu collections",

@@ -29,6 +29,15 @@ "keywords": [

},
"source": "src/index.ts",
"main": "dist/main/index.js",
"module": "dist/module/index.js",
"types": "dist/types/index.d.ts",
"source": "./src/index.ts",
"main": "./dist/main/index.js",
"module": "./dist/module/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/module/index.js",
"require": "./dist/main/index.js",
"bun": "./src/index.ts",
"default": "./dist/module/index.js"
}
},
"files": [

@@ -56,3 +65,3 @@ "dist",

"dependencies": {
"@rimbu/common": "^0.12.1",
"@rimbu/common": "^0.12.2",
"tslib": "^2.5.0"

@@ -63,3 +72,3 @@ },

},
"gitHead": "f7a7662f81e9246b244cab22c14776617652833f"
"gitHead": "4ffac464a67030c80e35241766098837498426e6"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc