Socket
Socket
Sign inDemoInstall

arrow-flow-invoke

Package Overview
Dependencies
102
Maintainers
12
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    arrow-flow-invoke

Flow node handlers for Arrow specific logic.


Version published
Weekly downloads
53
increased by5200%
Maintainers
12
Install size
13.5 MB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 24 May 2019

Did you know?

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

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