Socket
Socket
Sign inDemoInstall

cleaner-node

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cleaner-node - npm Package Compare versions

Comparing version 0.5.7 to 0.6.0

src/express.js

2

package.json
{
"name": "cleaner-node",
"version": "0.5.7",
"version": "0.6.0",
"description": "Helpful utilities and scripts to make Node projects more legible and easier for the next developer to take over.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -17,1 +17,2 @@ # cleaner-node

| 0.5.0 | 2019/03/28 | Add `sequelize` helper functions. |
| 0.6.0 | 2019/04/06 | Add `express` area with `.asyncMiddleware` wrapper / function. |

@@ -10,2 +10,3 @@ const arrays = require('./arrays');

const errors = require('./errors');
const express = require('./exxpress');
const files = require('./files');

@@ -31,2 +32,3 @@ const jwt = require('./jwt');

errors,
express,
files,

@@ -33,0 +35,0 @@ jwt,

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