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 5.0.0 to 5.0.1

4

documents/middlewares.md

@@ -263,3 +263,5 @@ # Built-in Middlewares

// Add the middleware at the end.
this.use(showHTML('my-file.html'));
this.use(showHTML({
file: 'my-file.html',
}));
}

@@ -266,0 +268,0 @@ }

@@ -5,3 +5,3 @@ {

"homepage": "https://homer0.github.io/jimpex/",
"version": "5.0.0",
"version": "5.0.1",
"repository": "homer0/jimpex",

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

"dependencies": {
"wootils": "^3.0.1",
"wootils": "^3.0.2",
"jimple": "^1.5.0",

@@ -20,3 +20,3 @@ "express": "^4.17.1",

"statuses": "^1.5.0",
"fs-extra": "^8.1.0",
"fs-extra": "^9.0.0",
"multer": "^1.4.2",

@@ -27,5 +27,5 @@ "mime": "^2.4.4"

"eslint": "^6.8.0",
"eslint-plugin-homer0": "^3.0.0",
"jest-ex": "^7.0.1",
"jest-cli": "^24.9.0",
"eslint-plugin-homer0": "^3.0.2",
"jest-ex": "^8.0.0",
"jest-cli": "^25.1.0",
"jasmine-expect": "^4.0.3",

@@ -35,5 +35,5 @@ "esdoc": "^1.1.0",

"esdoc-node": "1.0.4",
"leasot": "^9.3.1",
"coveralls": "^3.0.9",
"husky": "^3.1.0"
"leasot": "^10.1.0",
"coveralls": "^3.0.11",
"husky": "^4.2.3"
},

@@ -40,0 +40,0 @@ "engine-strict": true,

@@ -288,2 +288,3 @@ const ObjectUtils = require('wootils/shared/objectUtils');

'x-powered-by',
'content-encoding',
],

@@ -290,0 +291,0 @@ },

@@ -44,2 +44,3 @@ jest.unmock('/src/utils/functions');

'x-powered-by',
'content-encoding',
],

@@ -46,0 +47,0 @@ },

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