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

@wiredcraft/miniprogram-wiredsentry

Package Overview
Dependencies
Maintainers
31
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wiredcraft/miniprogram-wiredsentry - npm Package Compare versions

Comparing version 0.4.0-dev.2 to 0.4.0-dev.3

9

dist/wiredsentry.raw.cjs.js

@@ -104,3 +104,4 @@ 'use strict';

const DSN_PAT = /(http(?:s)?:\/\/)([0-9a-z]+):?([0-9a-z]+?)?@([\w.-]+?)\/([\d]+)$/;
const DSN_PAT =
/(http(?:s)?:\/\/)([0-9a-z]+):?([0-9a-z]+?)?@([\w.-]+?)\/([\d]+)$/;
const sdk = { name, version };

@@ -171,6 +172,8 @@ const STORAGE_KEY = '__sentry__';

setTimeout(() => {
inst.flushLogs();
if (inst) {
inst.flushLogs();
}
}, 500);
wx.onNetworkStatusChange((res) => {
if (res.isConnected) {
if (inst && res.isConnected) {
inst.flushLogs();

@@ -177,0 +180,0 @@ }

@@ -100,3 +100,4 @@ var name = "@wiredcraft/miniprogram-wiredsentry";

const DSN_PAT = /(http(?:s)?:\/\/)([0-9a-z]+):?([0-9a-z]+?)?@([\w.-]+?)\/([\d]+)$/;
const DSN_PAT =
/(http(?:s)?:\/\/)([0-9a-z]+):?([0-9a-z]+?)?@([\w.-]+?)\/([\d]+)$/;
const sdk = { name, version };

@@ -167,6 +168,8 @@ const STORAGE_KEY = '__sentry__';

setTimeout(() => {
inst.flushLogs();
if (inst) {
inst.flushLogs();
}
}, 500);
wx.onNetworkStatusChange((res) => {
if (res.isConnected) {
if (inst && res.isConnected) {
inst.flushLogs();

@@ -173,0 +176,0 @@ }

{
"name": "@wiredcraft/miniprogram-wiredsentry",
"version": "0.4.0-dev.2",
"version": "0.4.0-dev.3",
"description": "Custom Sentry client for wechat miniprograms",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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