You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
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

Comparing version 1.0.7 to 1.0.8

.vscode/launch.json

2

package.json
{
"name" : "cleaner-node",
"version" : "1.0.7",
"version" : "1.0.8",
"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" : "src/index.js",

@@ -17,2 +17,3 @@ const addDays = require('./add-days');

const express = require('./express');
const findAllUids = require('./find-all-uids');
const fromDto = require('./from-dto');

@@ -110,2 +111,3 @@ const fromEpoch = require('./from-epoch');

const removeSuffix = require('./remove-suffix');
const replaceValues = require('./replace-values');
const saveJson = require('./save-json');

@@ -156,2 +158,3 @@ const sort = require('./sort');

express,
findAllUids,
fromDto,

@@ -253,2 +256,3 @@ fromEpoch,

removeSuffix,
replaceValues,
saveJson,

@@ -255,0 +259,0 @@ sort,

# Updates
## v1.0.1-v1.0.5 (12/29/2023)
## v1.0.1-v1.0.8 (12/29/2023)
* add `AUDIT_FIELDS`
* add `removeAuditFields`
* add `replaceValues`
* improve `getBlockDate`

@@ -8,0 +9,0 @@ * improve `getBody` for both NextJS & ExpressJS

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc