Socket
Socket
Sign inDemoInstall

@empathyco/x-deep-merge

Package Overview
Dependencies
Maintainers
5
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@empathyco/x-deep-merge - npm Package Compare versions

Comparing version 1.2.2-alpha.0 to 1.2.2-alpha.1

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

### [1.2.2-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-deep-merge@1.2.2-alpha.0...@empathyco/x-deep-merge@1.2.2-alpha.1) (2021-07-20)
### Continuous Integration
* Fix publishing in x-components. Normalize build scripts. (#46) ([c3c2f85](https://github.com/empathyco/x/commit/c3c2f8519c0de1b164074e87e68e77ad1af0d702)), closes [EX-4413](https://searchbroker.atlassian.net/browse/EX-4413)
### 1.2.2-alpha.0 (2021-07-14)

@@ -8,0 +17,0 @@

9

package.json
{
"name": "@empathyco/x-deep-merge",
"version": "1.2.2-alpha.0",
"version": "1.2.2-alpha.1",
"description": "Utility for deep cloning objects.",

@@ -32,8 +32,9 @@ "author": "Empathy Systems Corporation S.L.",

"build": "tsc && tsc --project tsconfig.esm.json",
"build:local": "webpack --mode production && npm pack",
"clean": "rimraf dist && rimraf coverage",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint src",
"postbuild": "npm pack",
"postinstall": "npm run build",
"prepublishOnly": "npm run build",
"prebuild": "npm run clean && npm run lint && echo Using TypeScript && tsc --version",
"prebuild": "npm run clean",
"test": "jest"

@@ -57,3 +58,3 @@ },

},
"gitHead": "87764bed2a2886128b37bfa709bc8290b7925b89"
"gitHead": "15da69d43d68d776b7ceb77663659789043c9e87"
}
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