Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bigrig

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bigrig - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/processor.js

@@ -284,2 +284,4 @@ /**

duration = slice.cpuDuration;
else if (typeof slice.duration !== 'undefined')
duration = slice.duration;

@@ -286,0 +288,0 @@ return duration;

5

package.json
{
"name": "bigrig",
"version": "1.0.2",
"version": "1.0.3",
"description": "A CLI and node module for parsing trace (timeline) files from Chrome.",

@@ -15,2 +15,3 @@ "main": "index.js",

"mkdirp": "^0.5.1",
"snyk": "^1.1.1",
"yargs": "^3.29.0"

@@ -25,3 +26,3 @@ },

"scripts": {
"test": "eslint . && mocha test/*.js --timeout 60000"
"test": "eslint . && mocha test/*.js --timeout 60000 && snyk test"
},

@@ -28,0 +29,0 @@ "repository": {

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