Socket
Socket
Sign inDemoInstall

@rimbu/common

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rimbu/common - npm Package Compare versions

Comparing version 0.12.1 to 0.12.2

./dist/main/index.js

21

package.json
{
"name": "@rimbu/common",
"version": "0.12.1",
"version": "0.12.2",
"description": "Common types and objects used in many other Rimbu packages",

@@ -31,6 +31,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": [

@@ -64,3 +73,3 @@ "dist",

},
"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