New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

timeliner

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timeliner - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

lib/page.js

@@ -14,3 +14,3 @@ const wd = require('wd');

.then(() => {
if (opts.scroll) {
if (opts.scroll || opts.reporter === 'fps') {
return session.execute('function f () { window.scrollBy(0,5); window.requestAnimationFrame(f); } window.requestAnimationFrame(f);');

@@ -17,0 +17,0 @@ }

{
"name": "timeliner",
"version": "0.5.0",
"version": "0.5.1",
"description": "Network Timeline Analyser",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -15,2 +15,7 @@ # timeliner

```shell
# analyse scrolling performance on a long webpage
$ timeliner http://buzzfeed.com --reporter fps --sleep 5000
```
### From code:

@@ -48,3 +53,3 @@

if set, injects a script into the page which binds a vertical scroll to `window.requestAnimationFrame` making the page scroll continuously - Default `false`
if set, injects a script into the page which binds a vertical scroll to `window.requestAnimationFrame` making the page scroll continuously, recommended if using `fps` reporter - Default `false`

@@ -51,0 +56,0 @@ ### `sleep`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc