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.5 to 3.1.6

7

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

@@ -56,6 +56,5 @@ "homepage": "https://platform.axway.com",

"build": "npm run clean && npm run build:dev && npm run check:dependencies",
"build:dev": "npm run build:lint && npm run test && npm run build:readme",
"build:dev": "npm run build:lint && npm run test",
"build:lint": "eslint .",
"build:lint:fix": "eslint . --fix",
"build:readme": "node-readme && shx mv README.md README.hbs && jsdoc2md --template README.hbs src/index.js > README.md && shx rm -rf README.hbs",
"clean": "shx rm -rf coverage",

@@ -68,3 +67,3 @@ "test": "nyc mocha ./test",

},
"gitHead": "04ab4f59b25e7b734fef0c63ee6e9b5508ba7ce9"
"gitHead": "6e926ec9eeedefb580722a7f7d862d8e95d8903d"
}

@@ -407,4 +407,7 @@ # axway-flow-sdk

#### 3.1.6
- #5708: Internal changes to get rid of generating readme if unnecesarry.
#### 3.1.5
- #5708: Updated mocha configuration
- #5708: Updated mocha configuration.

@@ -411,0 +414,0 @@ #### 3.1.4

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