Socket
Socket
Sign inDemoInstall

axway-flow-sdk

Package Overview
Dependencies
Maintainers
11
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 1.2.9 to 1.2.10

10

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

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

"ajv": "^5.3.0",
"axway-flow-schema": "1.1.2",
"axway-flow-schema": "1.1.3",
"dot": "^1.1.2",

@@ -41,3 +41,3 @@ "nomnom": "^1.8.1",

"devDependencies": {
"axway-flow": "2.2.9"
"axway-flow": "2.2.10"
},

@@ -64,3 +64,3 @@ "repository": {

"build": "npm run clean && npm run build:dev && npm run check:dependencies",
"build:dev": "npm run build:lint && npm run build:dist && npm run test",
"build:dev": "npm run build:lint && npm run check:used && npm run build:dist && npm run test",
"build:dist": "npm run build:readme && babel -d ./dist ./src",

@@ -74,5 +74,5 @@ "build:lint": "eslint .",

"check:dependencies": "npm run check:used && npm run check:unused",
"check:used": "dependency-check ./package.json",
"check:used": "dependency-check ./package.json --no-dev --entry src/index.js",
"check:unused": "dependency-check ./package.json --unused --no-dev -i deep-equal"
}
}
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