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 1.1.1 to 1.1.2

1

lib/page.js

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

.then((logs) => {
opts.progress.increment();
return normalise(logs, opts.url);

@@ -66,0 +67,0 @@ });

6

lib/runner.js

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

const browser = wd.remote(opts.driver, 'promiseChain');
return page(Object.assign({}, opts, { url: url, browser: browser }))
.then((r) => {
opts.progress.increment();
return r;
});
return page(Object.assign({}, opts, { url: url, browser: browser }));
};

@@ -67,0 +63,0 @@ return Promise.map(times(opts.count), () => {

{
"name": "timeliner",
"version": "1.1.1",
"version": "1.1.2",
"description": "Network Timeline Analyser",

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

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