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

ta-monitor

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ta-monitor - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

7

dist/ta-monitor.js

@@ -45,7 +45,4 @@ 'use strict';

this.error = function (error, data) {
if ((typeof error === 'undefined' ? 'undefined' : _typeof(error)) !== 'object') {
_this._captureMessage('error', error);
} else {
_this._captureException(error, {});
}
if ((typeof error === 'undefined' ? 'undefined' : _typeof(error)) !== 'object') error = new Error(error);
_this._captureException(error, data);
};

@@ -52,0 +49,0 @@

{
"name": "ta-monitor",
"version": "0.1.0",
"version": "0.1.1",
"description": "Front end analytics and error monitoring tool",

@@ -5,0 +5,0 @@ "main": "dist/ta-monitor.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