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

@homer0/deep-assign

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@homer0/deep-assign - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

5

dist/esm/index.js
var __defProp = Object.defineProperty;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __publicField = (obj, key, value) => {
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
return value;
};
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);

@@ -8,0 +5,0 @@ // src/deepAssign.ts

@@ -20,6 +20,3 @@ "use strict";

var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var __publicField = (obj, key, value) => {
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
return value;
};
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);

@@ -26,0 +23,0 @@ // src/index.ts

14

package.json
{
"name": "@homer0/deep-assign",
"description": "Deep merge (and copy) of objects and Arrays using native spread syntax",
"version": "3.0.5",
"version": "3.0.6",
"repository": {

@@ -26,8 +26,8 @@ "type": "git",

"devDependencies": {
"@homer0/eslint-plugin": "12.0.5",
"@homer0/tsconfig": "1.0.16",
"@homer0/eslint-plugin": "12.0.6",
"@homer0/tsconfig": "1.0.17",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
"ts-jest": "^29.2.5",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},

@@ -48,3 +48,3 @@ "engine-strict": true,

},
"gitHead": "89e47f2d17f87e0ce74bbe0f1c34c62a9cc05b74"
"gitHead": "23adf9f57cbd4d3762816982b78b51db26f7bc30"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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