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

airbrake-mini-client

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airbrake-mini-client - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "airbrake-mini-client",
"version": "0.0.7",
"version": "0.0.8",
"description": "A lightweight alternative to airbrake-js.",

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

@@ -7,3 +7,3 @@ var objectAssign = require('object-assign')

name: 'airbrake-mini-client',
version: '0.0.7',
version: '0.0.8',
url: 'https://github.com/tes/airbrake-mini-client'

@@ -10,0 +10,0 @@ }

@@ -24,3 +24,3 @@ /* eslint-env browser */

Reporter.prototype.notify = function reporterNotify (payload) {
let utime = Date.now() / 1000
var utime = Date.now() / 1000
if (utime < rateLimitReset) {

@@ -31,3 +31,3 @@ console.log(errors.ipRateLimited)

var url = this.host + '/api/v3/projects/' + this.projectId + '/notices?key=' + this.projectKey
let req = new this.win.XMLHttpRequest()
var req = new this.win.XMLHttpRequest()
req.open('POST', url, true)

@@ -34,0 +34,0 @@ req.timeout = this.timeout

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