Surf-N-Perf icon indicating copy to clipboard operation
Surf-N-Perf copied to clipboard

Micro-library for gathering web page performance data

Results 13 Surf-N-Perf issues
Sort by recently updated
recently updated
newest added

Our [package.json](https://github.com/Comcast/Surf-N-Perf/blob/main/package.json#L6-L8) says it supports any version of NodeJS greater than or equal to 0.10.x, but that results in a warning when installing in npm v7: ``` $ npm install...

Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.15. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Arbitrary File Creation/Overwrite due to insufficient absolute path sanitization Impact...

dependencies
security

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service in hosted-git-info The npm...

dependencies
security

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.3.0. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Arbitrary Code Execution in grunt The package grunt before...

dependencies
security

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.3 to 4.7.7. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution in handlebars Versions of handlebars prior to 3.0.8...

dependencies
security

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution Overview The ini npm package before version...

dependencies
security

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service in websocket-extensions (NPM package)...

dependencies
security

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Denial of Service in http-proxy Versions of http-proxy prior...

dependencies
security

See https://github.com/blog/2233-publish-your-project-documentation-with-github-pages for details on the new GitHub feature. This should simplify things regarding out documentation build process.

enhancement

Clients consuming the library will presumably want to write tests validating their logic around using the data obtained from Surf-N-Perf. Since Surf-N-Perf presumably needs to mock the underlying browsers apis,...