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

stack-analyze

Package Overview
Dependencies
Maintainers
0
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stack-analyze - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # changelog

### version 1.3.4
#### changed
- new ui cli for potter search tool & save file.
### version 1.3.3

@@ -9,0 +13,0 @@ #### Added

import axios from "axios";
import colors from "colors";
import { printTable } from "console-table-printer";
// save search
import { stackSave } from "../utils.js";
/**

@@ -23,3 +27,4 @@ * @description search harry potter characters using keyword or name

console.table(characterList);
printTable(characterList);
stackSave("potter-results.json", JSON.stringify(characterList, null, 2));
} catch(err) {

@@ -26,0 +31,0 @@ console.error(colors.red(err.message));

2

package.json
{
"name": "stack-analyze",
"version": "1.3.3",
"version": "1.3.4",
"type": "module",

@@ -5,0 +5,0 @@ "description": "cli tech stack analyze and pagespeed with node.js using the wappalyzer module. with google pagespeed api, hardware and crypto market",

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