🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@juze/utils

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@juze/utils - npm Package Compare versions

Comparing version
0.2.0
to
0.3.0
+16
-0
CHANGELOG.md

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

# [0.3.0](https://github.com/noshower/lerna-demo/compare/v0.2.1...v0.3.0) (2021-03-17)
### Bug Fixes
* **n:** 修复 clone ([4cf5489](https://github.com/noshower/lerna-demo/commit/4cf5489ab55e27b3191fcb1aa4dbb3aa48fa9440))
### Features
* **n:** 新增cloneDeep 方法 ([cf0f5d0](https://github.com/noshower/lerna-demo/commit/cf0f5d017b2575c0e28c03ae1f2e8a7205e0b840))
# [0.2.0](https://github.com/noshower/lerna-demo/compare/v0.1.0...v0.2.0) (2021-03-17)

@@ -8,0 +24,0 @@

+1
-0

@@ -12,2 +12,3 @@ const _ = require("lodash");

const clone = (obj) => {
console.log(obj);
return _.clone(obj);

@@ -14,0 +15,0 @@ };

+2
-2
{
"name": "@juze/utils",
"version": "0.2.0",
"version": "0.3.0",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",

@@ -33,3 +33,3 @@ "keywords": [],

},
"gitHead": "a491df840878b2eee15a04d2c341bb00da430357"
"gitHead": "d854e473e3a56a9b15af78c80600109040fe398f"
}