Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@corex/deepmerge

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@corex/deepmerge - npm Package Compare versions

Comparing version 2.2.14 to 2.2.15

dist/@types/combine-merge/combineMerge.d.ts

13

package.json
{
"name": "@corex/deepmerge",
"version": "2.2.14",
"source": "./src/index.ts",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"version": "2.2.15",
"main": "./dist/cjs/index.js",
"module": "./dist/esnext/index.js",
"types": "./dist/@types/index.d.ts",
"license": "MIT",

@@ -18,4 +17,4 @@ "description": "A zero dependency object merger with typescript support and built in common merge utilities.",

"scripts": {
"bundle": "microbundle",
"build": "tsc",
"build": "tsc && yarn build:cjs",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"test": "jest",

@@ -22,0 +21,0 @@ "lint": "tsc --noEmit --declaration"

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