New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

anagram-finder-cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anagram-finder-cli - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

index.js

@@ -88,3 +88,3 @@ #!/usr/bin/env node

if (json) {
const toJson = JSON.stringify({ word, anagrams }, 0, 2);
const toJson = JSON.stringify({ word, anagrams, count: anagrams.length }, 0, 2);

@@ -91,0 +91,0 @@ console.log(toJson);

{
"name": "anagram-finder-cli",
"version": "1.2.1",
"version": "1.2.2",
"description": "This CLI makes it possible to search for anagrams from a provided dictionary file",

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

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