Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jimpex

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jimpex - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

16

documents/options.md

@@ -11,15 +11,15 @@ # Jimpex Options

version: '0.0.0',
// The size limit for the requests payload.
filesizeLimit: '15MB,
filesizeLimit: '15MB',
// The options to customize how the app configuration is loaded (details on its section).
configuration: ...,
// The options for the static middleware (details on its section).
statics: ...,
// The options to customize the express instance and default middlewares (details on its section).
express: ...,
// Which built-in services to register (details on its section).

@@ -120,3 +120,3 @@ defaultServices: ...

// These services include:
// These services include:
// - HTTP

@@ -134,2 +134,2 @@ // - Responses builder

For more information about these services, check the document about **Built-in Services**.
For more information about these services, check the document about **Built-in Services**.
{
"name": "jimpex",
"description": "Express as dependency injection container.",
"version": "1.0.0",
"homepage": "https://homer0.github.io/jimpex/",
"version": "1.0.1",
"repository": "homer0/jimpex",

@@ -9,3 +10,3 @@ "author": "Leonardo Apiwan (@homer0) <me@homer0.com>",

"dependencies": {
"wootils": "^1.0.2",
"wootils": "^1.0.4",
"jimple": "homer0/jimple",

@@ -12,0 +13,0 @@ "express": "4.16.2",

@@ -268,3 +268,3 @@ # Jimpex

- [`appLogger`](https://github.com/homer0/wootils/blob/master/documents/node/appLogger.md): The logger service.
- [`appLogger`](https://github.com/homer0/wootils/blob/master/documents/node/logger.md): The logger service.
- [`environmentUtils`](https://github.com/homer0/wootils/blob/master/documents/node/environmentUtils.md): The service that reads the environment variables.

@@ -310,2 +310,2 @@ - [`packageInfo`](https://github.com/homer0/wootils/blob/master/documents/node/packageInfo.md): The app package.json information.

I use `@todo` comments to write all the pending improvements and fixes, and [Leasot](https://yarnpkg.com/en/package/leasot) to generate a report. The script that runs it is on `./utils/scripts/todo`.
I use `@todo` comments to write all the pending improvements and fixes, and [Leasot](https://yarnpkg.com/en/package/leasot) to generate a report. The script that runs it is on `./utils/scripts/todo`.

@@ -268,3 +268,3 @@ # Jimpex

- [`appLogger`](https://github.com/homer0/wootils/blob/master/documents/node/appLogger.md): The logger service.
- [`appLogger`](https://github.com/homer0/wootils/blob/master/documents/node/logger.md): The logger service.
- [`environmentUtils`](https://github.com/homer0/wootils/blob/master/documents/node/environmentUtils.md): The service that reads the environment variables.

@@ -310,2 +310,2 @@ - [`packageInfo`](https://github.com/homer0/wootils/blob/master/documents/node/packageInfo.md): The app package.json information.

I use `@todo` comments to write all the pending improvements and fixes, and [Leasot](https://yarnpkg.com/en/package/leasot) to generate a report. The script that runs it is on `./utils/scripts/todo`.
I use `@todo` comments to write all the pending improvements and fixes, and [Leasot](https://yarnpkg.com/en/package/leasot) to generate a report. The script that runs it is on `./utils/scripts/todo`.
/**
* @external {AppConfiguration} https://github.com/homer0/wootils
* @external {AppConfiguration}
* https://homer0.github.io/wootils/class/wootils/node/appConfiguration.js~AppConfiguration.html
*/
/**
* @external {APIClientBase} https://github.com/homer0/wootils
* @external {APIClientBase}
* https://homer0.github.io/wootils/class/wootils/shared/apiClient.js~APIClient.html
*/
/**
* @external {APIClientEndpoints} https://github.com/homer0/wootils
* @external {APIClientEndpoints}
* https://homer0.github.io/wootils/typedef/index.html#static-typedef-APIClientEndpoints
*/
/**
* @external {PathUtils} https://github.com/homer0/wootils
* @external {PathUtils}
* https://homer0.github.io/wootils/class/wootils/node/pathUtils.js~PathUtils.html
*/
/**
* @external {Logger} https://github.com/homer0/wootils
* @external {Logger}
* https://homer0.github.io/wootils/class/wootils/node/logger.js~Logger.html
*/
/**
* @external {EnvironmentUtils} https://github.com/homer0/wootils
* @external {EnvironmentUtils}
* https://homer0.github.io/wootils/class/wootils/node/environmentUtils.js~EnvironmentUtils.html
*/
/**
* @external {ErrorHandler} https://github.com/homer0/wootils
* @external {ErrorHandler}
* https://homer0.github.io/wootils/class/wootils/node/errorHandler.js~ErrorHandler.html
*/
/**
* @external {RootRequire} https://github.com/homer0/wootils
* @external {RootRequire}
* https://homer0.github.io/wootils/function/index.html#static-function-rootRequire
*/

@@ -32,0 +40,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc