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

@datadog/native-appsec

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datadog/native-appsec - npm Package Compare versions

Comparing version 7.1.1 to 8.0.0

prebuilds/prebuilds-linux-x64/prebuilds/linux-x64/libddwaf.so

24

index.d.ts

@@ -8,3 +8,3 @@ /**

type diagnosticsInfo = {
addresses: {
addresses?: {
optional: string[],

@@ -15,3 +15,2 @@ required: string[]

failed: string[],
error: string,
errors: {

@@ -22,2 +21,8 @@ [errorString: string]: string[]

type diagnosticsError = {
error: string
}
type diagnosticsResult = diagnosticsInfo | diagnosticsError
type result = {

@@ -28,3 +33,3 @@ timeout: boolean;

status?: 'match'; // TODO: remove this if new statuses are never added
actions?: string[];
actions?: object[];
derivatives?: object;

@@ -52,8 +57,9 @@ }

ruleset_version?: string,
rules?: diagnosticsInfo,
custom_rules?: diagnosticsInfo,
exclusions?: diagnosticsInfo,
rules_override?: diagnosticsInfo,
rules_data?: diagnosticsInfo,
processors?: diagnosticsInfo
rules?: diagnosticsResult,
custom_rules?: diagnosticsResult,
exclusions?: diagnosticsResult,
rules_override?: diagnosticsResult,
rules_data?: diagnosticsResult,
processors?: diagnosticsResult,
actions?: diagnosticsResult
};

@@ -60,0 +66,0 @@

{
"name": "@datadog/native-appsec",
"version": "7.1.1",
"version": "8.0.0",
"description": "Node.js bindings for libddwaf",
"main": "index.js",
"libddwaf_version": "1.16.0",
"libddwaf_version": "1.18.0",
"scripts": {

@@ -44,3 +44,3 @@ "install": "exit 0",

"engines": {
"node": ">=14"
"node": ">=16"
},

@@ -47,0 +47,0 @@ "files": [

@@ -8,3 +8,3 @@ # dd-native-appsec-js

* **Node.js version:** 14 and higher
* **Node.js version:** 16 and higher
* **Operating Systems:**

@@ -11,0 +11,0 @@ * MacOS

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