Skip to content

Instantly share code, notes, and snippets.

View MylesBorins's full-sized avatar

Myles Borins MylesBorins

View GitHub Profile
  • [44260806a6] - Partial revert "tls: keep track of stream that is closed" (Trevor Norris) #11947
  • [ab3fdf531f] - deps: cherry-pick ca0f9573 from V8 upstream (Ali Ijaz Sheikh) #11940
  • [07b92a3c0b] - doc: add supported platforms list for v4.x (Michael Dawson) #12091
  • [ba91c41478] - module: fix loading from global folders on Windows (Richard Lau) #9283
  • [b5b78b12b8] - src: add fcntl.h include to node.cc (Bartosz Sosnowski) #12540
  • [eb393f9ae1] - src
@MylesBorins
MylesBorins / audit-v6.md
Last active April 10, 2018 14:29
branch-diff v6.x-staging upstream/v9.x --exclude-label semver-major,semver-minor,dont-land-on-v6.x,backport-requested-v6.x,backported-to-v6.x,baking-for-lts --filter-release
@MylesBorins
MylesBorins / audit-v4.md
Last active March 9, 2017 01:02
branch-diff v4.x-staging upstream/v7.x --exclude-label semver-major,semver-mior,dont-land-on-v4.x --filter-release
@MylesBorins
MylesBorins / audit-v6.md
Last active March 9, 2017 00:37
branch-diff v6.x-staging upstream/v7.x --exclude-label semver-major,semver-minor,dont-land-on-v6.x --filter-release
const readline = require('readline');
readline.emitKeypressEvents(process.stdin);
process.stdin.setRawMode(true);
process.stdin.on('keypress', (str, key) => {
if (key.ctrl && key.name === 'c') {
process.exit();
}
else if(key.name === 'space') {
console.log('YOU DID IT')
}

Keybase proof

I hereby claim:

  • I am mylesborins on github.
  • I am mylesborins (https://keybase.io/mylesborins) on keybase.
  • I have a public key whose fingerprint is C4F0 DFFF 4E8C 1A82 3640 9D08 E73B C641 CC11 F4C8

To claim this, I am signing this object:

npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
[email protected] /Users/thealphanerd/code/UglifyJS2
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
@MylesBorins
MylesBorins / semver-minor-v4.x.md
Last active January 6, 2017 22:45
audit-v4.x semver minors
  • [f2ef850f11] - (SEMVER-MINOR) fs: support Uint8Array input to methods (Anna Henningsen) #10382
  • [2d23562588] - (SEMVER-MINOR) src/doc: improve man page and --help (Roman Reiss) #10157
  • [0b44384561] - (SEMVER-MINOR) tls: allow obvious key/passphrase combinations (Sam Roberts) #10294
  • [5d14602181] - (SEMVER-MINOR) cluster: return worker reference from disconnect() (Sean Villars) #10019
  • [6b86ecc007] - (SEMVER-MINOR) crypto: return this in setAuthTag/setAAD (Kirill Fomichev) #9398
  • [
@MylesBorins
MylesBorins / audit-v4.x.md
Last active January 23, 2017 03:11
branch-diff v4.x-staging upstream/v7.x --exclude-label semver-majo,semver-minor,dont-land-on-v4.x --filter-release
@MylesBorins
MylesBorins / Audit-v4.md
Last active November 22, 2016 07:54
branch-diff v4.x-staging upstream/master --exclude-label semver-major,semver-minor,dont-land-on-v4.x,lts-watch-v4.x --filter-release
  • [3cbb553df8] - tools: disallow trailing whitespace for markdown (Sam Roberts) #9676
  • [13c4f44e97] - test: add new.target add-on regression test (Ben Noordhuis) #9689
  • [515b1f3972] - build: default to ppc64 on AIX (Gibson Fahnestock) #9645
  • [d6dc2e8d44] - test: refactor test-async-wrap-* (Rich Trott) #9663
  • [31dac410a4] - src: fix method name, output format (Josh Gavant) #9627
  • [55cb280265] - doc: fix typo in BUILDING.md (monkick) [#9569](https:/