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

@scalar/object-utils

Package Overview
Dependencies
Maintainers
8
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/object-utils - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

dist/merge/deep-merge.d.ts

6

CHANGELOG.md
# @scalar/object-utils
## 1.1.6
### Patch Changes
- dba83e4: Support circular refs
## 1.1.5

@@ -4,0 +10,0 @@

9

package.json

@@ -16,3 +16,3 @@ {

],
"version": "1.1.5",
"version": "1.1.6",
"engines": {

@@ -40,2 +40,6 @@ "node": ">=18"

},
"./merge": {
"import": "./dist/merge/index.js",
"types": "./dist/merge/index.d.ts"
},
"./clone": {

@@ -57,3 +61,4 @@ "import": "./dist/clone/index.js",

"@vueuse/core": "^10.10.0",
"just-clone": "^6.2.0"
"just-clone": "^6.2.0",
"ts-deepmerge": "^7.0.1"
},

@@ -60,0 +65,0 @@ "devDependencies": {

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