Displaying 1 to 20 from 40 results

microgateway - IBM API Connect Microgateway framework, built on Node.js & Nginx

  •    Javascript

The role of a Gateway in an API architecture is to protect, enrich and control access to API services. These sets of capabilities are often related to security and rate limiting, but it also includes the ability to do deeper message inspection. For example, you may want to insure that the message received is properly formed JSON, XML, or data following your own specific format. In addition, the Gateway can modify the payload or transform it to meet old or new interfaces for the API backend. Finally, the Gateway can invoke multiple services and aggregate responses from multiple API backends.The Microgateway is the foundation for all of those things. It is optimized to perform security, rate limiting, and much more complex packet processing through a highly flexible flow-engine.





careful - Validate git branches according to git-flow before you push / commit code.

  •    Javascript

Provides a binary that can be used as a git-hook to validate branch names according to git-flow prior to pushing upstream. Skip all checks for certain branches.

node-enforce - NodeJS data validations

  •    Javascript

This is the package responsible for data validations in ORM.You can create a list of validations for several properties of an Object and then run the checks to see if everything is OK.

standard-react - JavaScript Standard Style for React Users

  •    Javascript

This package (standard-react) is DEPRECATED. Supporting standard already takes a ton of time. Supporting a fork isn't worth the effort, especially since this gets less than 200 downloads per month, half of which are probably bots. There are only a handful of extra rules this package provides anyway...v3.0.0 will be the last version of this package. It corresponds to the v8.0.0 release of standard.

gulp-xo - Validate files with XO

  •    Javascript

Issues regarding rules should be reported on the ESLint issue tracker as it's the actual linter.This option instructs ESLint to try to fix as many issues as possible. The fixes are applied to the gulp stream. The fixed content can be saved to file using gulp.dest (See example/fix.js). Rules that are fixable can be found in ESLint's rules list.

eslint-config-standard-jsx - ESLint Shareable Config for JSX support in JavaScript Standard Style

  •    Javascript

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.This Shareable Config adds extra JSX style rules to the baseline JavaScript Standard Style rules provided in eslint-config-standard. It doesn't assume that you're using React, so other virtual DOM libraries like virtual-dom and deku are supported.

eslint-engine - Check JavaScript syntax using eslint

  •    Javascript

eslint-engine is a streamlined way to use eslint in your project. Just type eslint-check and you're done.Convenient: eslint-engine checks all the JS files in your project while ignoring some common ignorables. It can also be ran as a global command, unlike eslint.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.