![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Arrow Flow Engine Component.
npm install --save arrow-flow
npm run build:dev && npm run security
npm run build:lint && npm run test && npm run build:dist
npm run build:readme && babel -d ./dist ./lib
eslint .
node-readme
rimraf dist/* coverage/*
git add -A && git push && git push --tags && npm publish
npm version major && npm run release:publish && git push --follow-tags
npm version minor && npm run release:publish && git push --follow-tags
npm version patch && npm run release:publish && git push --follow-tags
npm version prerelease && npm run release:publish && git push --follow-tags
curl -X GET http://registry.ecd.axway.int:8081/artifactory/local-npm/$npm_package_name/-/$npm_package_name-$npm_package_version.tgz 2>/dev/null > $npm_package_name-$npm_package_version.tgz && npm publish --registry https://registry.npmjs.org ./$npm_package_name-$npm_package_version.tgz && rm ./$npm_package_name-$npm_package_version.tgz
rimraf coverage && rimraf .nyc-output && cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary node_modules/mocha/bin/mocha --compilers babel-core/register ./test --recursive -R spec
nyc check-coverage --lines 80 --branches 80 --functions 80 && rimraf .nyc_output
rimraf coverage && rimraf .nyc-output && cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary node_modules/mocha/bin/mocha --compilers babel-core/register ./test --watch --recursive -R spec
retire --exitwith 0 --outputpath scan-retire.txt && nsp check --output writefile --warn-only
Package | Version | Dev |
---|---|---|
ajv | ^4.5.0 | ✖ |
body-parser | ^1.15.2 | ✖ |
chalk | ^1.1.3 | ✖ |
express | ^4.14.0 | ✖ |
json-lint | ^0.1.0 | ✖ |
jsonpath | ^0.2.11 | ✖ |
babel-cli | ^6.3.17 | ✔ |
babel-core | ^6.24.0 | ✔ |
babel-eslint | ^6.1.2 | ✔ |
babel-preset-es2015 | 6.9.0 | ✔ |
babel-register | ^6.9.0 | ✔ |
chai | ^3.5.0 | ✔ |
cross-env | ^3.1.3 | ✔ |
eslint | 3.19.0 | ✔ |
eslint-config-axway | ^1.0.1 | ✔ |
eslint-plugin-import | 2.2.0 | ✔ |
eslint-plugin-jsx-a11y | 4.0.0 | ✔ |
eslint-plugin-mocha | 4.9.0 | ✔ |
eslint-plugin-react | 6.10.3 | ✔ |
istanbul | ^0.4.5 | ✔ |
mocha | ^3.0.2 | ✔ |
node-readme | ^0.1.9 | ✔ |
nsp | ^2.6.3 | ✔ |
nsp-formatter-writefile | ^1.0.0 | ✔ |
nyc | ^10.2.0 | ✔ |
retire | ^1.2.12 | ✔ |
rimraf | ^2.5.4 | ✔ |
simple-mock | ^0.7.3 | ✔ |
yargs | ^7.0.2 | ✔ |
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!
Axway support@axway.com https://www.axway.com
FAQs
Arrow Flow Engine Component.
The npm package arrow-flow receives a total of 0 weekly downloads. As such, arrow-flow popularity was classified as not popular.
We found that arrow-flow demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.