Socket
Socket
Sign inDemoInstall

blitz

Package Overview
Dependencies
Maintainers
0
Versions
537
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blitz - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

lib/blitz/rush.js

@@ -16,3 +16,3 @@ (function() {

total: json['total'],
hits: json['hits'],
hits: json['executed'],
errors: json['errors'],

@@ -19,0 +19,0 @@ timeouts: json['timeouts'] ,

@@ -5,3 +5,3 @@ {

"description": "Blitz node.js client API",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "http://blitz.io",

@@ -8,0 +8,0 @@ "repository": {

@@ -17,3 +17,3 @@ ### ![blitz.io](http://blitz.io/images/logo2.png)

npm install blitz (available soon)
npm install blitz

@@ -20,0 +20,0 @@ Then

@@ -32,4 +32,4 @@ var http = require('http'),

timeline: [
{ duration: 1, total: 10, hits: 8, errors: 1, timeouts: 1, volume: 10},
{ duration: 2, total: 100, hits: 80, errors: 10, timeouts: 10, volume: 100}
{ duration: 1, total: 10, executed: 8, errors: 1, timeouts: 1, volume: 10},
{ duration: 2, total: 100, executed: 80, errors: 10, timeouts: 10, volume: 100}
]

@@ -36,0 +36,0 @@ }

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