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 0.6.0 to 0.6.1

8

package.json
{
"name": "@rimbu/deep",
"version": "0.6.0",
"version": "0.6.1",
"description": "Tools to use handle plain JS objects as immutable objects",

@@ -59,4 +59,4 @@ "keywords": [

"dependencies": {
"@rimbu/base": "^0.6.0",
"@rimbu/common": "^0.6.0"
"@rimbu/base": "^0.6.1",
"@rimbu/common": "^0.6.1"
},

@@ -69,3 +69,3 @@ "publishConfig": {

},
"gitHead": "dbcaad0cb6b1e31ffa64ca2739b9ddb0fc178ebc"
"gitHead": "ebcf6f5f730b10fd78f14d8886e0b50eb186d5ad"
}

@@ -37,6 +37,6 @@ <p align="center">

```ts
import { Patch } from '@rimbu/deep';
import { patch } from '@rimbu/deep';
console.log(
Patch({
patch({
a: 'a',

@@ -43,0 +43,0 @@ b: { c: 1, d: true },

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