Socket
Socket
Sign inDemoInstall

cleaner-node

Package Overview
Dependencies
13
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.22.1 to 0.22.2

60

package.json
{
"name" : "cleaner-node",
"version" : "0.22.1",
"name": "cleaner-node",
"version": "0.22.2",
"description": "Helpful utilities and scripts to make Node projects more legible and easier for the next developer to take over.",
"main" : "index.js",
"scripts" : {
"lint" : "eslint ./src/**/*.js",
"main": "index.js",
"scripts": {
"lint": "eslint ./src/**/*.js",
"lint:fix": "eslint ./src/**/*.js --fix"

@@ -12,3 +12,3 @@ },

"type": "git",
"url" : "git+https://github.com/FredLackey/cleaner-node.git"
"url": "git+https://github.com/FredLackey/cleaner-node.git"
},

@@ -29,36 +29,36 @@ "keywords": [

],
"author" : "Fred Lackey <fred.lackey@gmail.com>",
"author": "Fred Lackey <fred.lackey@gmail.com>",
"license": "Apache-2.0",
"bugs" : {
"bugs": {
"url": "https://github.com/FredLackey/cleaner-node/issues"
},
"homepage" : "https://github.com/FredLackey/cleaner-node#readme",
"homepage": "https://github.com/FredLackey/cleaner-node#readme",
"dependencies": {
"camelcase" : "6",
"email-addresses" : "^5.0.0",
"gravatar" : "^1.8.2",
"html-to-text" : "^8.2.1",
"is-html" : "3.x.x",
"jsonwebtoken" : "^8.5.1",
"camelcase": "6",
"email-addresses": "^5.0.0",
"gravatar": "^1.8.2",
"html-to-text": "^8.2.1",
"is-html": "2",
"jsonwebtoken": "^8.5.1",
"know-your-http-well": "^0.5.0",
"md5-file" : "^5.0.0",
"moment" : "^2.29.4",
"node-fetch" : "2.x.x",
"semver" : "^7.3.8",
"uuid" : "^9.0.0",
"uuid-validate" : "0.0.3"
"md5-file": "^5.0.0",
"moment": "^2.29.4",
"node-fetch": "2.x.x",
"semver": "^7.3.8",
"uuid": "^9.0.0",
"uuid-validate": "0.0.3"
},
"devDependencies": {
"eslint" : "^8.26.0",
"eslint-config-airbnb" : "^19.0.4",
"eslint": "^8.26.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard" : "^17.0.0",
"eslint-plugin-import" : "^2.26.0",
"eslint-plugin-jsx-a11y" : "^6.6.1",
"eslint-plugin-node" : "^11.1.0",
"eslint-plugin-promise" : "^6.1.1",
"eslint-plugin-react" : "^7.31.10",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-standard" : "^4.1.0"
"eslint-plugin-standard": "^4.1.0"
}
}
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