Socket
Socket
Sign inDemoInstall

unimported

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unimported - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

3

dist/index.js

@@ -103,5 +103,6 @@ "use strict";

});
const normalizedFiles = files.map((path) => path.replace(/\\/g, '/'));
spinner.text = 'process results';
spinner.stop();
const result = yield process_1.processResults(files, traverseResult, context);
const result = yield process_1.processResults(normalizedFiles, traverseResult, context);
if (args.update) {

@@ -108,0 +109,0 @@ yield config_1.updateAllowLists(result, context);

{
"name": "unimported",
"version": "1.7.0",
"version": "1.8.0",
"description": "Scans your nodejs project folder and shows obsolete files and modules",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -249,2 +249,5 @@ # unimported

</tr>
<tr>
<td align="center"><a href="http://www.code-root.com/"><img src="https://avatars.githubusercontent.com/u/57859?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Lucas Westermann</b></sub></a><br /><a href="https://github.com/smeijer/unimported/commits?author=lswest" title="Code">๐Ÿ’ป</a> <a href="https://github.com/smeijer/unimported/commits?author=lswest" title="Tests">โš ๏ธ</a></td>
</tr>
</table>

@@ -251,0 +254,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