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 0.17.11 to 0.18.0

.vscode/settings.json

19

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

@@ -38,3 +38,3 @@ "main": "index.js",

"gravatar": "^1.8.2",
"html-to-text": "^8.1.0",
"html-to-text": "^8.2.0",
"is-html": "2.x.x",

@@ -44,4 +44,5 @@ "jsonwebtoken": "^8.5.1",

"md5-file": "^5.0.0",
"moment": "^2.29.1",
"semver": "^7.3.5",
"moment": "^2.29.3",
"node-fetch": "2.x.x",
"semver": "^7.3.7",
"uuid": "^8.3.2",

@@ -51,14 +52,14 @@ "uuid-validate": "0.0.3"

"devDependencies": {
"eslint": "^8.10.0",
"eslint": "^8.14.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-standard": "^4.1.0"
}
}

@@ -61,1 +61,2 @@ # cleaner-node

| 0.17.0 | 2021/09/15 | Add `express.getValue`. |
| 0.18.0 | 2022/04/27 | Add `vars` & `vars.getAll`. |

@@ -37,3 +37,5 @@ const TRUE_STRINGS = ['true', 'yes', 'on', '1'];

isValid,
ifValid
ifValid,
isValidBoolean: isValid,
isValidBool : isValid
};

@@ -21,2 +21,3 @@ const arrays = require('./arrays');

const uuids = require('./uuids');
const vars = require('./vars');

@@ -43,3 +44,4 @@ module.exports = {

urls,
uuids
uuids,
vars
};

@@ -311,2 +311,3 @@ const cc = require('camelcase');

isValid,
isValidString: isValid,
isValidChars,

@@ -313,0 +314,0 @@ isValidLength,

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