Skip to content

Commit 2e0110e

Browse files
committed
prepared v0.5.1 release
1 parent 433ee51 commit 2e0110e

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
v0.5.1
5+
------
6+
7+
- Fix prototype pollution vulnerability (thanks to @mwakerman for the PR)
8+
- Avoid using deprecated Buffer API (thanks to @ChALkeR for the PR)
9+
410
v0.5.0
511
------
612

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2015, Viacheslav Lotsmanov
3+
Copyright (c) 2013-2018, Viacheslav Lotsmanov
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

lib/deep-extend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* The MIT License (MIT)
77
*
8-
* Copyright (c) 2013-2015 Viacheslav Lotsmanov
8+
* Copyright (c) 2013-2018 Viacheslav Lotsmanov
99
*
1010
* Permission is hereby granted, free of charge, to any person obtaining a copy of
1111
* this software and associated documentation files (the "Software"), to deal in

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "deep-extend",
33
"description": "Recursive object extending",
44
"license": "MIT",
5-
"version": "0.5.0",
5+
"version": "0.5.1",
66
"homepage": "https://github.com/unclechu/node-deep-extend",
77
"keywords": [
88
"deep-extend",
@@ -38,6 +38,10 @@
3838
{
3939
"name": "Marshall Bowers",
4040
"url": "https://github.com/maxdeviant"
41+
},
42+
{
43+
"name": "Misha Wakerman",
44+
"url": "https://github.com/mwakerman"
4145
}
4246
],
4347
"main": "lib/deep-extend.js",

0 commit comments

Comments
 (0)