Socket
Socket
Sign inDemoInstall

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.6 to 3.1.7

2

bin/axway-flow.js

@@ -27,3 +27,3 @@ #! /usr/bin/env node

if (!opts.name) {
options.parse(['-h']);
options.parse([ '-h' ]);
process.exit(-1);

@@ -30,0 +30,0 @@ }

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

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

"devDependencies": {
"@axway/flow": "^6.0.0"
"@axway/flow": "^6.0.0",
"rimraf": "2.6.3"
},

@@ -56,14 +57,10 @@ "repository": {

"scripts": {
"build": "npm run clean && npm run build:dev && npm run check:dependencies",
"build:dev": "npm run build:lint && npm run test",
"build": "npm run build:lint && npm run test",
"build:lint": "eslint .",
"build:lint:fix": "eslint . --fix",
"clean": "shx rm -rf coverage",
"test": "nyc mocha ./test",
"test:watch": "npm test -- --watch",
"check:dependencies": "npm run check:used && npm run check:unused",
"check:used": "dependency-check ./package.json",
"check:unused": "dependency-check ./package.json --unused --no-dev -i deep-equal"
"check:dependencies": "npm-check -i chai -i chai-as-promised"
},
"gitHead": "6e926ec9eeedefb580722a7f7d862d8e95d8903d"
"gitHead": "efa6ee2c3beae11da58794c25cf0a8e7b32c87ee"
}

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

#### 3.1.7
- #5711: Internal cleanup of npm scripts.
#### 3.1.6

@@ -409,0 +412,0 @@ - #5708: Internal changes to get rid of generating readme if unnecesarry.

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