Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rimbu/collection-types

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rimbu/collection-types - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

./dist/main/main/index.js

58

package.json
{
"name": "@rimbu/collection-types",
"version": "0.10.1",
"version": "0.10.2",
"description": "Type definitions for the basic generic Rimbu collections",

@@ -30,6 +30,46 @@ "keywords": [

},
"source": "src/index.ts",
"main": "dist/main/main/index.js",
"module": "dist/module/main/index.js",
"types": "dist/types/main/index.d.ts",
"source": "./src/index.ts",
"main": "./dist/main/main/index.js",
"module": "./dist/module/main/index.js",
"types": "./dist/types/main/index.d.ts",
"exports": {
".": {
"types": "./dist/types/main/index.d.ts",
"import": "./dist/module/main/index.js",
"require": "./dist/main/main/index.js",
"bun": "./src/main/index.ts",
"default": "./dist/module/main/index.js"
},
"./map": {
"types": "./dist/types/map/index.d.ts",
"import": "./dist/module/map/index.js",
"require": "./dist/main/map/index.js",
"bun": "./src/map/index.ts",
"default": "./dist/module/map/index.js"
},
"./map-custom": {
"types": "./dist/types/map-custom/index.d.ts",
"import": "./dist/module/map-custom/index.js",
"require": "./dist/main/map-custom/index.js",
"bun": "./src/map-custom/index.ts",
"default": "./dist/module/map-custom/index.js"
},
"./set": {
"types": "./dist/types/set/index.d.ts",
"import": "./dist/module/set/index.js",
"require": "./dist/main/set/index.js",
"bun": "./src/set/index.ts",
"default": "./dist/module/set/index.js"
},
"./set-custom": {
"types": "./dist/types/set-custom/index.d.ts",
"import": "./dist/module/set-custom/index.js",
"require": "./dist/main/set-custom/index.js",
"bun": "./src/set-custom/index.ts",
"default": "./dist/module/set-custom/index.js"
},
"./test-utils/*": {
"default": "./test-utils/*.ts"
}
},
"files": [

@@ -66,5 +106,5 @@ "dist",

"dependencies": {
"@rimbu/base": "^0.11.1",
"@rimbu/common": "^0.12.1",
"@rimbu/stream": "^0.13.1",
"@rimbu/base": "^0.11.2",
"@rimbu/common": "^0.12.2",
"@rimbu/stream": "^0.13.2",
"tslib": "^2.5.0"

@@ -75,3 +115,3 @@ },

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

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc