Socket
Socket
Sign inDemoInstall

fssan

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fssan - npm Package Compare versions

Comparing version 1.1.1 to 1.1.11

ws__fssan__dependencies__2010261552.code-workspace

9

fssan.js

@@ -38,2 +38,11 @@ #!/usr/bin/env node

if (myArgs[1] && (myArgs[1] == "--clipboard" || myArgs[1] == "-c" || myArgs[1] == "--c")) {
console.log("Setting result to Clipboard");
const clipboardy = require('clipboardy');
// Copy
clipboardy.writeSync(filename);
}
}

3

package.json
{
"name": "fssan",
"version": "1.1.1",
"version": "1.1.11",
"description": "A Filesystem cleanup CL",

@@ -27,4 +27,5 @@ "main": "fssan.js",

"dependencies": {
"clipboardy": "^2.3.0",
"gix-sanitize-filename": "^1.6.10"
}
}
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