New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

toucan-js

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

toucan-js - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

7

dist/index.cjs.js

@@ -5,3 +5,2 @@ 'use strict';

var utils = require('@sentry/utils');
var uuid = require('uuid');
var cookie = require('cookie');

@@ -391,3 +390,3 @@ var stacktraceJs = require('stacktrace-js');

'Content-Type': 'application/json',
'User-Agent': 'toucan-js/2.6.0',
'User-Agent': 'toucan-js/2.6.1',
};

@@ -462,3 +461,3 @@ // Build headers

const payload = {
event_id: uuid.v4().replace(/-/g, ''),
event_id: crypto.randomUUID().replace(/-/g, ''),
logger: 'EdgeWorker',

@@ -480,3 +479,3 @@ platform: 'node',

name: 'toucan-js',
version: '2.6.0',
version: '2.6.1',
},

@@ -483,0 +482,0 @@ };

import { API } from '@sentry/core';
import { isError, isPlainObject, extractExceptionKeysForMessage, normalizeToSize } from '@sentry/utils';
import { v4 } from 'uuid';
import { parse } from 'cookie';

@@ -388,3 +387,3 @@ import { fromError } from 'stacktrace-js';

'Content-Type': 'application/json',
'User-Agent': 'toucan-js/2.6.0',
'User-Agent': 'toucan-js/2.6.1',
};

@@ -459,3 +458,3 @@ // Build headers

const payload = {
event_id: v4().replace(/-/g, ''),
event_id: crypto.randomUUID().replace(/-/g, ''),
logger: 'EdgeWorker',

@@ -477,3 +476,3 @@ platform: 'node',

name: 'toucan-js',
version: '2.6.0',
version: '2.6.1',
},

@@ -480,0 +479,0 @@ };

{
"name": "toucan-js",
"version": "2.6.0",
"version": "2.6.1",
"description": "Cloudflare Workers client for Sentry",

@@ -33,6 +33,4 @@ "main": "dist/index.cjs.js",

"@types/cookie": "0.5.0",
"@types/uuid": "8.3.4",
"cookie": "0.5.0",
"stacktrace-js": "2.0.2",
"uuid": "8.3.2"
"stacktrace-js": "2.0.2"
},

@@ -39,0 +37,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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