Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeepDiff({ foo : undefined }, {}) reports no differences #70

Closed
matsbryntse opened this issue May 24, 2016 · 4 comments
Closed

DeepDiff({ foo : undefined }, {}) reports no differences #70

matsbryntse opened this issue May 24, 2016 · 4 comments
Labels

Comments

@matsbryntse
Copy link

DeepDiff({ foo : undefined }, {}) should report differences correctly

@flitbit flitbit added the bug label May 24, 2016
@bitliner
Copy link

+1

@lrdevries
Copy link

With the fix,

`
var left = {foo: undefined};
var right = {foo: undefined};

console.log(deepDiff.diff(left, right));
`

Does also triggers a deletion, even through they are simular.

@YacheLee
Copy link

I am afraid that this bug still exist when being in the linux-based environment.

@fysidm
Copy link

fysidm commented May 26, 2017

@YacheLee same situation here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants