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

trie-project

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trie-project - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

package.json
{
"name": "trie-project",
"version": "1.0.0",
"version": "1.1.0",
"description": "A CLI for my trie project",

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

@@ -75,2 +75,10 @@ const axios = require('axios')

break;
case 'display':
let link6 = 'https://agile-reaches-81103.herokuapp.com/display';
axios.get(link6).then((res) => {
console.log(res.data);
}).catch((err) => {
console.log(err);
})
break;
case '--help':

@@ -77,0 +85,0 @@ console.log("Here is what you can do: ");

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