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 1.0.0-alpha.1 to 1.0.0-alpha.2

./dist/cjs/index.cjs

10

package.json
{
"name": "@rimbu/common",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Common types and objects used in many other Rimbu packages",

@@ -32,3 +32,3 @@ "keywords": [

"type": "module",
"main": "./dist/cjs/index.js",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",

@@ -41,3 +41,3 @@ "types": "./dist/types/index.d.mts",

"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js",
"require": "./dist/cjs/index.cjs",
"default": "./dist/esm/index.mjs"

@@ -55,3 +55,3 @@ }

"bundle:bun": "node ../../config/bunnify.mjs",
"bundle:cjs": "tsup src --format cjs --clean -d dist/cjs --loader '.mts=ts' --legacy-output",
"bundle:cjs": "tsup src --format cjs --clean -d dist/cjs --loader '.mts=ts'",
"bundle:deno-prepare": "node ../../config/prepare-denoify.mjs",

@@ -81,3 +81,3 @@ "bundle:deno-convert": "denoify --src _deno_prepare/src",

},
"gitHead": "dfaf8143e56f54ed1e31f7c96802548c46e03bd8"
"gitHead": "5f9e27c3b41028a7ec98c47a94daebce9461d3fb"
}
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