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.0 to 1.0.1

UPDATES.md

2

package.json
{
"name" : "cleaner-node",
"version" : "1.0.0",
"version" : "1.0.1",
"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",

@@ -26,3 +26,3 @@ # cleaner-node

**Fred Lackey**
[fred.lackey@gmail.com](mailto:fred.lackey@gmail.com)
[http://fredlackey.com](http://fredlackey.com)
[fred.lackey@gmail.com](mailto:fred.lackey@gmail.com)
[http://fredlackey.com](http://fredlackey.com)

@@ -479,2 +479,7 @@ const HTTP_STATUS_PHRASES = {

ALPHANUMERIC: 'abcdefghijklmnopqrstuvwxyz0123456789',
AUDIT_FIELDS : [
'createdBy', 'createdAt', 'updatedBy', 'updatedAt', 'deletedBy', 'deletedAt',
'_ac', '_av', '_ad', '_au',
'ac', 'av', 'ad', 'au',
],
BRACKETS : [

@@ -481,0 +486,0 @@ { open: '<', close: '/>' },

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