Skip to content

Commit

Permalink
feat: switch to newer changes stream package
Browse files Browse the repository at this point in the history
this new version is maintained by npm and comes with many improvements,
one of which is a significant performance improvement that uses linear
instead of quadratic memory when catching up from early update sequences.
  • Loading branch information
janl committed Aug 9, 2019
1 parent 1f9fb26 commit ceb7851
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 165 deletions.
2 changes: 1 addition & 1 deletion lib/follow.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const crypto = require('crypto')
const url = require('url')

const _ = require('lodash')
const ChangesStream = require('changes-stream')
const ChangesStream = require('@npmcorp/changes-stream')
const request = require('request')
const StatsD = require('hot-shots')
const cleanDoc = require('normalize-registry-metadata')
Expand Down
Loading

0 comments on commit ceb7851

Please sign in to comment.