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 1.0.31 to 1.0.32

src/utils/get-pad-prefix.js

2

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

@@ -499,2 +499,4 @@ const HTTP_STATUS_PHRASES = {

ENUM_NAME: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_',
QUOTE : '"',
SPACE : ' ',

@@ -501,0 +503,0 @@ EMPTY_GUID: '00000000-0000-0000-0000-000000000000',

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

const getMin = require('./get-min');
const getPadPrefix = require('./get-pad-prefix');
const getPadSuffix = require('./get-pad-suffix');
const getPads = require('./get-pads');

@@ -203,2 +205,4 @@ const getSingle = require('./get-single');

getLast,
getPadPrefix,
getPadSuffix,
getPads,

@@ -205,0 +209,0 @@ getMin,

@@ -95,3 +95,3 @@ const isFile = require('./is-file');

const parseHcl = async (filePath) => {
const loadHcl = async (filePath) => {

@@ -211,2 +211,2 @@ const lines = await getLines(filePath);

module.exports = parseHcl;
module.exports = loadHcl;

@@ -68,1 +68,6 @@ # Updates

* add `hashLines`
## v1.0.32 (5/19/2024)
* add `getPadPrefix`
* add `getPadSuffix`
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