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

@rimbu/deep

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rimbu/deep - npm Package Compare versions

Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2

./dist/cjs/index.cjs

14

package.json
{
"name": "@rimbu/deep",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Tools to use handle plain JS objects as immutable objects",

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

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

@@ -43,3 +43,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"

@@ -57,3 +57,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",

@@ -78,4 +78,4 @@ "bundle:deno-convert": "denoify --src _deno_prepare/src",

"dependencies": {
"@rimbu/base": "^1.0.0-alpha.1",
"@rimbu/common": "^1.0.0-alpha.1",
"@rimbu/base": "^1.0.0-alpha.2",
"@rimbu/common": "^1.0.0-alpha.2",
"tslib": "^2.5.3"

@@ -86,3 +86,3 @@ },

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