🎩 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.1.0
to
0.2.0
+11
-0
CHANGELOG.md

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

# [0.2.0](https://github.com/noshower/lerna-demo/compare/v0.1.0...v0.2.0) (2021-03-17)
### Features
* **n:** utils 新增clone 方法 ([7eb2b67](https://github.com/noshower/lerna-demo/commit/7eb2b67b799755da08248b19d29aaa05c2bd320d))
# 0.1.0 (2021-03-17)

@@ -8,0 +19,0 @@

@@ -11,5 +11,10 @@ const _ = require("lodash");

const clone = (obj) => {
return _.clone(obj);
};
module.exports = {
get,
set,
clone,
};
+2
-2
{
"name": "@juze/utils",
"version": "0.1.0",
"version": "0.2.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": "81d38f525678e0939d34853df3562fe524058eaf"
"gitHead": "a491df840878b2eee15a04d2c341bb00da430357"
}