Socket
Socket
Sign inDemoInstall

deepmerge

Package Overview
Dependencies
0
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.3 to 1.4.4

4

bower.json
{
"name": "deepmerge",
"main": "index.js",
"main": "dist/umd.js",
"homepage": "https://github.com/KyleAMathews/deepmerge",

@@ -16,2 +16,2 @@ "description": "Merge the enumerable attributes of two objects.",

]
}
}

@@ -0,1 +1,5 @@

# [1.4.4](https://github.com/KyleAMathews/deepmerge/releases/tag/v1.4.4)
- bower support: updated `main` in bower.json
# [1.4.3](https://github.com/KyleAMathews/deepmerge/releases/tag/v1.4.3)

@@ -2,0 +6,0 @@

@@ -13,3 +13,3 @@ {

],
"version": "1.4.3",
"version": "1.4.4",
"homepage": "https://github.com/KyleAMathews/deepmerge",

@@ -16,0 +16,0 @@ "repository": {

import resolve from 'rollup-plugin-node-resolve'
import commonjs from 'rollup-plugin-commonjs'
const pkg = require('./package.json')
var pkg = require('./package.json')

@@ -6,0 +6,0 @@ export default {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc