You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

arrow-flow-invoke

Package Overview
Dependencies
Maintainers
12
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arrow-flow-invoke

Flow node handlers for Arrow specific logic.

2.2.13
latest
v3-latest
npm
Version published
Weekly downloads
84
236%
Maintainers
12
Weekly downloads
 
Created
Source

arrow-flow-invoke

npm license github-issues Circle CI build status

Flow node handlers for Arrow specific logic.

nodei.co

travis-status stars forks

forks

Features

Install

npm install --save arrow-flow-invoke

Scripts

  • npm run build : npm run clean && npm run build:dev
  • 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
  • npm run build:lint : eslint .
  • npm run build:readme : node-readme
  • npm run clean : shx rm -rf coverage
  • npm run test : shx rm -rf coverage .nyc_output && cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha ./test --recursive -R spec
  • npm run test:watch : npm test -- --watch
  • npm run posttest : nyc check-coverage --lines 80 --branches 80 --functions 80
  • npm run check:dependencies : npm run check:used && npm run check:unused
  • 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

Dependencies

PackageVersionDev
axway-flow2.2.12
axway-schema2.2.3
parse-json^3.0.0
ajv^5.3.0

Contributing

Contributions welcome; Please submit all pull requests the against master branch. If your pull request contains JavaScript patches or features, you should include relevant unit tests. Please check the Contributing Guidelines for more details. Thanks!

Author

Axway support@axway.com https://axway.com

License

  • SEE LICENCE IN LICENSE : null

Keywords

amplify

FAQs

Package last updated on 24 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts