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

@lcap/nasl-sentry

Package Overview
Dependencies
Maintainers
0
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lcap/nasl-sentry - npm Package Compare versions

Comparing version 3.9.0-beta.25 to 3.9.0-beta.26

11

out/index.js

@@ -8,3 +8,2 @@ "use strict";

const axios_1 = __importDefault(require("axios"));
const nasl_utils_1 = require("@lcap/nasl-utils");
exports.CONSTRUCTOR_HOOK = 'constructor';

@@ -18,3 +17,3 @@ exports.BEFORE_HOOK = 'before';

exports.getAxios = getAxios;
const needIgnore = nasl_utils_1.isNode || process.env.NODE_ENV === 'development' || process.env.NODE_ENV === 'testing';
const developing = process.env.NODE_ENV === 'development' || process.env.NODE_ENV === 'testing';
const flag = '__monitor__';

@@ -26,3 +25,3 @@ const passthroughProperties = ['constructor', 'concept', 'getAncestor'];

const isUsefulProperty = (SourceClass) => (property) => {
if (needIgnore) {
if (developing) {
return;

@@ -63,3 +62,3 @@ }

const monitor = (key, SourceClass, TargetClass) => (name) => {
if (needIgnore) {
if (developing) {
return SourceClass;

@@ -108,3 +107,3 @@ }

const sentryMonitor = (key) => (SourceClass) => {
if (needIgnore) {
if (developing) {
return SourceClass;

@@ -136,3 +135,3 @@ }

const extendSentryMonitor = (key) => (SourceClass) => {
if (needIgnore) {
if (developing) {
return SourceClass;

@@ -139,0 +138,0 @@ }

{
"name": "@lcap/nasl-sentry",
"description": "NetEase Application Specific Language",
"version": "3.9.0-beta.25",
"version": "3.9.0-beta.26",
"author": "Forrest <rainforest92@126.com>",

@@ -20,4 +20,3 @@ "main": "./out",

"typescript": "5.4.4",
"@lcap/nasl-tsconfig": "1.0.1",
"@lcap/nasl-utils": "3.9.0-beta.25"
"@lcap/nasl-tsconfig": "1.0.1"
},

@@ -24,0 +23,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

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