File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
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+
410v0.5.0
511------
612
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2013-2015 , Viacheslav Lotsmanov
3+ Copyright (c) 2013-2018 , Viacheslav Lotsmanov
44
55Permission is hereby granted, free of charge, to any person obtaining a copy of
66this software and associated documentation files (the "Software"), to deal in
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments