-
-
Notifications
You must be signed in to change notification settings - Fork 2
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: remcohaszing/estree-util-value-to-estree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: remcohaszing/estree-util-value-to-estree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 16 files changed
- 1 contributor
Commits on Apr 4, 2025
-
The `__proto__` property is a special use case. It can be defined as a computed property in an object expression, or via `defineProperty`. If it’s assigned via a non-computed property in an object expression or via a regular property assignment, even computed, this sets the prototype of the object instead. This makes the generated code potentially vulnerable to prototype pollution.
Configuration menu - View commit details
-
Copy full SHA for d0c394f - Browse repository at this point
Copy the full SHA d0c394fView commit details
Commits on Apr 6, 2025
-
Use singular Object.defineProperty if possible
If multiple properties are defined, we still use `Object.defineProperties`. Else we now use `Object.defineProperty`.
Configuration menu - View commit details
-
Copy full SHA for 652e019 - Browse repository at this point
Copy the full SHA 652e019View commit details -
Configuration menu - View commit details
-
Copy full SHA for 559fce2 - Browse repository at this point
Copy the full SHA 559fce2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1854f86 - Browse repository at this point
Copy the full SHA 1854f86View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb5305c - Browse repository at this point
Copy the full SHA cb5305cView commit details
Commits on Apr 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f56b0fa - Browse repository at this point
Copy the full SHA f56b0faView commit details
Commits on May 7, 2025
-
This is only supported in environments where Float16Array is available.
Configuration menu - View commit details
-
Copy full SHA for 471b4fe - Browse repository at this point
Copy the full SHA 471b4feView commit details -
Declare there are no side effects in package.json
This helps bundlers with tree shaking.
Configuration menu - View commit details
-
Copy full SHA for 23b636f - Browse repository at this point
Copy the full SHA 23b636fView commit details
Commits on May 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 252291c - Browse repository at this point
Copy the full SHA 252291cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a07715c - Browse repository at this point
Copy the full SHA a07715cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.3.2...v3.4.0