-
Notifications
You must be signed in to change notification settings - Fork 125
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: moxystudio/node-cross-spawn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: moxystudio/node-cross-spawn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 6 files changed
- 3 contributors
Commits on Feb 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 35b1ff0 - Browse repository at this point
Copy the full SHA 35b1ff0View commit details -
Merge pull request #92 from moxystudio/greenkeeper/eslint-config-moxy…
…-5.0.0 Update eslint-config-moxy to the latest version 🚀
Configuration menu - View commit details
-
Copy full SHA for 213aa43 - Browse repository at this point
Copy the full SHA 213aa43View commit details
Commits on Feb 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 39166eb - Browse repository at this point
Copy the full SHA 39166ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b64987 - Browse repository at this point
Copy the full SHA 6b64987View commit details
Commits on Mar 2, 2018
-
fix: avoid using deprecated Buffer constructor (#94)
* fix: avoid using deprecated Buffer constructor Buffer.alloc() is supported on Node.js >= 4.5.0, and allocates a zero-filled buffer on all supported versions. This solves two issues: * Buffer() constructor (aka 'new Buffer()') is deprecated, so avoid using it * On 4.x and 6.x, Buffer(number) is not zero-filled, so this code was allocating an uninitialized Buffer when file length was less than 150, so the behaviour of readShebang() was actually undefined in that case (as in could have returned anything, depending on the uninitialized memory chunk). Refs: https://nodejs.org/api/deprecations.html#deprecations_dep0005_buffer_constructor * readShebang: name reused inline constant '150' was used two times, it deserves a name. It's the size of the pre-read buffer. * readShebang: Buffer API compat for old Node.js To be reverted when dropping outdated Node.js versions support.
Configuration menu - View commit details
-
Copy full SHA for d5770df - Browse repository at this point
Copy the full SHA d5770dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae85d40 - Browse repository at this point
Copy the full SHA ae85d40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 301187a - Browse repository at this point
Copy the full SHA 301187aView 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 v6.0.4...v6.0.5