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

axway-flow-sdk

Package Overview
Dependencies
Maintainers
12
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axway-flow-sdk - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

4

package.json
{
"name": "axway-flow-sdk",
"version": "3.1.3",
"version": "3.1.4",
"description": "SDK for implementing custom flow nodes for API Builder flows",

@@ -67,3 +67,3 @@ "homepage": "https://platform.axway.com",

},
"gitHead": "1ab8dbf479681b58af7d05ab55f9550686cf7ab2"
"gitHead": "c62cb1347c50bc90ae0361829d5a6b3973e15044"
}

@@ -407,2 +407,5 @@ # axway-flow-sdk

#### 3.1.4
- #5709: Internal changes to update eslint rules.
#### 3.1.3

@@ -409,0 +412,0 @@ - #5707: Internal cleanup to code coverage during build process.

@@ -28,2 +28,3 @@ const fs = require('fs');

fs.closeSync(dfd);
// eslint-disable-next-line no-console
console.log(`writing: ${dest}`);

@@ -30,0 +31,0 @@ fs.writeFileSync(dest, data, 'utf8');

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