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.9.4 to 0.9.5

6

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

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

"devDependencies": {
"eslint": "^7.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",

@@ -59,5 +59,5 @@ "eslint-config-airbnb-base": "^14.1.0",

"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"eslint-plugin-react-hooks": "^2.5.0",
"eslint-plugin-standard": "^4.0.1"
}
}

@@ -268,4 +268,3 @@ const fs = require('fs');

if (!copyFile(sourcePath, targetPath, overwrite)) { return false; }
fs.deleteFile(sourcePath);
return !isFile(targetPath);
return deleteFile(sourcePath);
}

@@ -272,0 +271,0 @@

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