issues Search Results · repo:unclechu/node-deep-extend language:JavaScript
Filter by
28 results
(146 ms)28 results
inunclechu/node-deep-extend (press backspace or delete to remove)Hey there!
I belong to an open source security research community, and a member (@ranjit-git) has found an issue, but doesn’t know
the best way to disclose it.
If not a hassle, might you kindly add a ...
JamieSlome
- 1
- Opened on Jan 10, 2022
- #48
when I ran the following code, I was surprised by the result
const target = {}
deepExtend(
target,
{
series: [{ center: [1, 2], other: 1, dif: 2 }]
},
{ series: [{ center: [3, 4] }] }
)
console.log(target, ...
Leon2xiaowu
- Opened on Jun 26, 2021
- #47
The license information in package.json is deprecated / misleading.
According to the package.json specification, an SPDX license expression 2.0 compliant license string should be provided
under field ...
suspectpart
- Opened on Apr 9, 2019
- #45
When trying to use this library with react-native it throws the following error saying Buffer is not defined.
screen shot 2018-06-20 at 9 49 45 am
I know I can install buffer as a dependency but I would ...
bug
tjbenton
- 3
- Opened on Jun 20, 2018
- #42
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ low │ Prototype Pollution │
├───────────────┼──────────────────────────────────────────────────────────────┤ ...
caub
- 15
- Opened on May 8, 2018
- #41
According to https://hackerone.com/reports/311333, deep-extend is vulnerable to prototype pollution attacks. The
vulnerability exists in the utility function where the prototype of Object can be overwritten ...
bug
to-be-released
lc3t35
- 3
- Opened on Apr 21, 2018
- #39
Hey from Node.js here!,
Starting on Node 10 this package will emit deprecation warnings. See this guide on what you should do in order to
migrate to Buffer.alloc/Buffer.from.
See https://github.com/nodejs/node/issues/19079 ...
enhancement
to-be-released
benjamingr
- 1
- Opened on Mar 20, 2018
- #37
when combine two big objects, will cause Maximum call stack size exceeded
The error code:
deep-extend.js?ffeb:104 Uncaught RangeError: Maximum call stack size exceeded
at Array.forEach ( anonymous ...
linhuiw
- 5
- Opened on Dec 11, 2017
- #36
Example:
original object, two fields, fontValueTitle and fontValueSubitle are pointing to one object
const genericFonts = [
{
family : serif ,
}, {
family : sans-serif ,
},
]
const ...
question
lerayne
- 3
- Opened on Feb 2, 2017
- #33
When extending an object into a second, the Map values of the first don t get copied.
enhancement
nschoe
- 1
- Opened on Oct 28, 2016
- #32

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.