calmapi icon indicating copy to clipboard operation
calmapi copied to clipboard

Production ready Modular REST API Generator using NodeJS & MongoDB

Results 19 calmapi issues
Sort by recently updated
recently updated
newest added

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0. Changelog Sourced from jsonwebtoken's changelog. 9.0.0 - 2022-12-21 Breaking changes: See Migration from v8 to v9 Breaking changes Removed support for Node versions 11...

dependencies

Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.19 to 0.5.0. Commits 9f730bb Update package.json with latest PR 50a492a Merge pull request #603 from autopulated/master 7bc3c5d Merge pull request #598 from fnimick/master f412a12 Merge pull...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

## Issue: Node.js 18.x LTS Support and README Update ### Description We should ensure that our project fully supports Node.js 18.x LTS and update the README to reflect this compatibility....

enhancement
help wanted
good first issue
hacktoberfest

Excluded property should support wildcard matching. Example: `otp*` should remove all properties like otp otpData otpExpiry otpForLogin etc.

enhancement