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

@wiredcraft/miniprogram-wiredsentry

Package Overview
Dependencies
Maintainers
30
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.1 to 0.4.0-dev.2

10

dist/wiredsentry.raw.cjs.js

@@ -6,3 +6,3 @@ 'use strict';

var name = "@wiredcraft/miniprogram-wiredsentry";
var version = "0.4.0-dev.1";
var version = "0.4.0-dev.2";

@@ -168,8 +168,10 @@ const headerDefault = { 'Content-Type': 'application/json' };

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

@@ -176,0 +178,0 @@ });

var name = "@wiredcraft/miniprogram-wiredsentry";
var version = "0.4.0-dev.1";
var version = "0.4.0-dev.2";

@@ -163,8 +163,10 @@ const headerDefault = { 'Content-Type': 'application/json' };

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

@@ -171,0 +173,0 @@ });

4

package.json
{
"name": "@wiredcraft/miniprogram-wiredsentry",
"version": "0.4.0-dev.1",
"version": "0.4.0-dev.2",
"description": "Custom Sentry client for wechat miniprograms",
"miniprogram-es": "dist/wiredsentry.es.js",
"miniprogram-cjs": "dist/wiredsentry.cjs.js",
"type": "module",

@@ -8,0 +6,0 @@ "exports": {

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