Socket
Socket
Sign inDemoInstall

arrow-flow-invoke

Package Overview
Dependencies
100
Maintainers
11
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.9 to 2.2.10

10

package.json
{
"name": "arrow-flow-invoke",
"version": "2.2.9",
"version": "2.2.10",
"description": "Flow node handlers for Arrow specific logic.",

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

"dependencies": {
"axway-flow": "2.2.9",
"axway-schema": "2.2.2",
"axway-flow": "2.2.10",
"axway-schema": "2.2.3",
"parse-json": "^3.0.0"

@@ -41,3 +41,3 @@ },

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

@@ -51,5 +51,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"
}
}

@@ -29,3 +29,3 @@ # arrow-flow-invoke

- **npm run build** : `npm run clean && npm run build:dev`
- **npm run build:dev** : `npm run build:lint && npm run test && npm run build:dist`
- **npm run build:dev** : `npm run build:lint && npm run check:used && npm run test && npm run build:dist`
- **npm run build:dist** : `npm run build:readme && babel -d ./dist ./src`

@@ -39,3 +39,3 @@ - **npm run build:lint** : `eslint .`

- **npm run check:dependencies** : `npm run check:used && npm run check:unused`
- **npm run check:used** : `dependency-check ./package.json`
- **npm run check:used** : `dependency-check ./package.json --no-dev --entry src/index.js`
- **npm run check:unused** : `dependency-check ./package.json --unused --no-dev -i deep-equal`

@@ -47,3 +47,3 @@

--- |:---:|:---:
[axway-flow](https://www.npmjs.com/package/axway-flow) | 2.2.8 | ✖
[axway-flow](https://www.npmjs.com/package/axway-flow) | 2.2.9 | ✖
[axway-schema](https://www.npmjs.com/package/axway-schema) | 2.2.2 | ✖

@@ -50,0 +50,0 @@ [parse-json](https://www.npmjs.com/package/parse-json) | ^3.0.0 | ✖

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc