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

collections/map breaks node-red #215

Open
biancode opened this issue Nov 17, 2018 · 2 comments
Open

collections/map breaks node-red #215

biancode opened this issue Nov 17, 2018 · 2 comments

Comments

@biancode
Copy link

Hi,

I'm sorry, I've been looking for a problem in my lib and found out that your lib is causing the problem.

BiancoRoyal/node-red-contrib-iiot-opcua#71

require('collections/map') breaks node-red context.global object

@TotallyInformation
Copy link

It looks like Array.prototype.find has been altered? This is breaking other code as referenced above.

@codebling
Copy link

codebling commented Apr 15, 2019

See also issues #36 #70 #94 #95 #116 #139 #145 #162 #165 #169 #178 #182 #185 #197 #215 #220 and PRs #94 #95 #116 #173 #189 #212. Branch v2 fixes these issues by avoiding global object modification.

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

No branches or pull requests

3 participants