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

axway-flow-schema

Package Overview
Dependencies
Maintainers
8
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axway-flow-schema - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

flowschema-v4.json

7

package.json
{
"name": "axway-flow-schema",
"version": "3.0.0",
"version": "4.0.0",
"description": "Axway Flow Schema.",

@@ -29,2 +29,5 @@ "homepage": "https://platform.axway.com",

],
"dependencies": {
"@axway/api-builder-config": "^2.0.0"
},
"devDependencies": {

@@ -45,3 +48,3 @@ "ajv": "^5.3.0"

"test:watch": "npm test -- --watch",
"posttest": "nyc check-coverage --lines 80 --branches 80 --functions 80 && shx rm -rf .nyc_output",
"posttest": "nyc check-coverage --statements 85 --lines 85 --branches 85 --functions 90 && shx rm -rf .nyc_output",
"check:dependencies": "npm run check:used && npm run check:unused",

@@ -48,0 +51,0 @@ "check:used": "dependency-check ./package.json",

@@ -0,4 +1,10 @@

const apiBuilderConfig = require('@axway/api-builder-config');
const v2 = require('../flowschema.json');
const v3 = require('../flowschema-v3.json');
exports = module.exports = { v2, v3 };
if (apiBuilderConfig.flags.enableAuthorizationInFlows) {
const v4 = require('../flowschema-v4.json');
exports = module.exports = { v2, v3, v4 };
} else {
exports = module.exports = { v2, v3 };
}
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