Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
nodejs
/
node
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
37.5k
Star
122k
Code
Issues
620
Pull requests
559
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
tools: add eslint rule for
__proto__: null
in object
- #48646
#48646
Open
rluvaton
wants to merge 17 commits into
nodejs:main
nodejs/node:main
from
rluvaton:add-proto-null-in-object-eslint-rule
rluvaton/node:add-proto-null-in-object-eslint-rule
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Open
tools: add eslint rule for
__proto__: null
in object
#48646
rluvaton
wants to merge 17 commits into
nodejs:main
nodejs/node:main
from
rluvaton:add-proto-null-in-object-eslint-rule
rluvaton/node:add-proto-null-in-object-eslint-rule
Copy head branch name to clipboard
Commits
Commits on Jul 3, 2023
tools: add eslint rule for __proto__ null in object
rluvaton
committed
f45c225
View commit details
Copy full SHA for f45c225
Browse repository at this point
tools: made it fixable
rluvaton
committed
361734b
View commit details
Copy full SHA for 361734b
Browse repository at this point
tools: made it fixable
rluvaton
committed
a721c26
View commit details
Copy full SHA for a721c26
Browse repository at this point
run only for lib files
rluvaton
committed
94ab2e1
View commit details
Copy full SHA for 94ab2e1
Browse repository at this point
fix eslint rule to not support literal proto property
rluvaton
committed
bb69b0f
View commit details
Copy full SHA for bb69b0f
Browse repository at this point
ignore adding proto for the module exports
rluvaton
committed
ab4e640
View commit details
Copy full SHA for ab4e640
Browse repository at this point
do not add __proto__: null to module.exports
rluvaton
committed
94e8626
View commit details
Copy full SHA for 94e8626
Browse repository at this point
Commits on Jul 4, 2023
fix eslint rule to add multiline when needed
rluvaton
committed
843c110
View commit details
Copy full SHA for 843c110
Browse repository at this point
fix eslint rule for single property object
rluvaton
committed
68b033b
View commit details
Copy full SHA for 68b033b
Browse repository at this point
Merge branch 'main' into add-proto-null-in-object-eslint-rule
rluvaton
committed
aafd615
View commit details
Copy full SHA for aafd615
Browse repository at this point
fix multiline
rluvaton
committed
8726909
View commit details
Copy full SHA for 8726909
Browse repository at this point
Commits on Jul 5, 2023
disable proto null for realm to avoid breaking exports
rluvaton
committed
db06343
View commit details
Copy full SHA for db06343
Browse repository at this point
disable proto null for module exports
rluvaton
committed
9093d9a
View commit details
Copy full SHA for 9093d9a
Browse repository at this point
Merge branch 'main' into add-proto-null-in-object-eslint-rule
rluvaton
committed
48625ca
View commit details
Copy full SHA for 48625ca
Browse repository at this point
update comment
rluvaton
committed
ccd24d6
View commit details
Copy full SHA for ccd24d6
Browse repository at this point
move to multiline the code that keep getting bigger after fix lint
rluvaton
committed
f9cb501
View commit details
Copy full SHA for f9cb501
Browse repository at this point
run for the entire codebase
rluvaton
committed
db021f1
View commit details
Copy full SHA for db021f1
Browse repository at this point
You can’t perform that action at this time.