Socket
Socket
Sign inDemoInstall

cleaner-node

Package Overview
Dependencies
5
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.27 to 1.0.28

src/utils/load-hcl.js

6

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

@@ -28,3 +28,5 @@ "main" : "src/index.js",

"underscore",
"alternative"
"alternative",
"terraform",
"hcl"
],

@@ -31,0 +33,0 @@ "author": {

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

const loadJson = require('./load-json');
const loadHcl = require('./load-hcl');
const isZeroDate = require('./is-zero-date');

@@ -260,2 +261,3 @@ const makePath = require('./make-path');

loadJson,
loadHcl,
makePath,

@@ -262,0 +264,0 @@ maxDate,

@@ -56,1 +56,5 @@ # Updates

* add `isLowerCase`
## v1.0.28 (4/17/2024)
* add `loadHcl`
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc