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

@lcap/nasl-sentry

Package Overview
Dependencies
Maintainers
20
Versions
218
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.4 to 3.9.0-beta.5

6

out/index.js

@@ -23,2 +23,5 @@ "use strict";

const isUsefulProperty = (SourceClass) => (property) => {
if (developing) {
return;
}
if (!SourceClass || !property) {

@@ -57,2 +60,5 @@ return;

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

@@ -59,0 +65,0 @@ return;

2

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

@@ -6,0 +6,0 @@ "main": "./out",

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