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

@datadog/native-iast-taint-tracking

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datadog/native-iast-taint-tracking - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

1

index.d.ts

@@ -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,

2

package.json

@@ -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

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