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

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

## [0.3.2](https://github.com/noshower/lerna-demo/compare/v0.3.1...v0.3.2) (2021-03-17)
### Bug Fixes
* 修复 clone bug ([af6bc99](https://github.com/noshower/lerna-demo/commit/af6bc997939d3bc366bd0f0ad7d5f7d8373986e6))
# [0.3.0](https://github.com/noshower/lerna-demo/compare/v0.2.1...v0.3.0) (2021-03-17)

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

+0
-1

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

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

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

{
"name": "@juze/utils",
"version": "0.3.0",
"version": "0.3.2",
"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": "d854e473e3a56a9b15af78c80600109040fe398f"
"gitHead": "12c2991200213963a631924ad0ff0dd79847ffa3"
}