@datadog/native-iast-taint-tracking
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -33,2 +33,3 @@ /** | ||
removeTransaction(transactionId: string): void; | ||
setMaxTransactions(maxTransactions: number): void; | ||
concat(transactionId: string, result: string, op1: string, op2: string): string; | ||
@@ -35,0 +36,0 @@ trim(transactionId: string, result: string, thisArg: string): string; |
@@ -30,2 +30,4 @@ /** | ||
}, | ||
setMaxTransactions () { | ||
}, | ||
replace (transactionId, result) { | ||
@@ -62,2 +64,3 @@ return result | ||
removeTransaction: addon.removeTransaction, | ||
setMaxTransactions: addon.setMaxTransactions, | ||
replace: require('./replace.js')(addon), | ||
@@ -64,0 +67,0 @@ concat: addon.concat, |
@@ -5,3 +5,3 @@ { | ||
"repository": "git@github.com:DataDog/dd-native-iast-taint-tracking-js.git", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Datadog IAST tant tracking support for NodeJS", | ||
@@ -8,0 +8,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 53 instances in 1 package
165
2
136180
9