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

Implementation details on restricted prototype access #37

Open
papirosko opened this issue Nov 10, 2022 · 3 comments
Open

Implementation details on restricted prototype access #37

papirosko opened this issue Nov 10, 2022 · 3 comments

Comments

@papirosko
Copy link

As far as i can see, the solution to allow access to properties in parent class (via prototype) is to use eslint. But I can't figure out which rule does the trick. Can you describe your solution in details?

The reason to ask is that i need that access to superclass properties and i have no user input (so security is not a problem)

@edi9999
Copy link
Collaborator

edi9999 commented Nov 10, 2022

This "security" has been added here :

07edb62

You could use version 1.0.0 which allowed to access prototype keys.

@papirosko
Copy link
Author

so security was added inside core angular libraries? i thought they allowed it instead of blocking. Maybe i didn't understand their explanation correctly

@edi9999
Copy link
Collaborator

edi9999 commented Nov 14, 2022

No, this was not added to the angular libraries themselves, I added it.

I think the README is not uptodate since it speaks of the fact that there is no security.

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

2 participants