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.1.0 to 1.1.1

2

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

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

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

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

loadJson,
loadHcl,
makePath,

@@ -272,0 +270,0 @@ maxDate,

@@ -75,3 +75,3 @@ # Updates

## v1.1.0 (6/17/2024)
## v1.1.2 (6/17/2024)

@@ -84,1 +84,2 @@ * add `comments` module

* add `comments.multiLine.removeComments`
* remove `loadHcl`
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