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

anumargak

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anumargak - npm Package Compare versions

Comparing version 1.9.2 to 1.9.3

package-lock.json

2

package.json
{
"name": "anumargak",
"version": "1.9.2",
"version": "1.9.3",
"description": "Amazing fast multipurpose simple to use web/ HTTP router",

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

@@ -1,2 +0,2 @@

'use strict'
'use strict';

@@ -3,0 +3,0 @@ var RandExp = require('randexp');

@@ -1,12 +0,9 @@

//Display message after instalation
'use strict';
var stars = '\x1B[1m***\x1B[0m';
var yellow = "\033[1;33m";
var light_green = "\033[1;32m";
var light_blue = "\033[1;34m";
var NC="\033[0m"; // No Color
const stars = '\x1B[1m***\x1B[0m';
const yellow = "\033[1;33m";
const light_green = "\033[1;32m";
const light_blue = "\033[1;34m";
const NC="\033[0m"; // No Color
console.log(yellow+" Donating to an open source project is more affordable than paying salary"+NC);
console.log('');

@@ -23,9 +20,2 @@ console.log(' ' + stars + ' Thank you for using Anumargak (अनुमार्गक)! ' + stars);

console.log('');
console.log('');
console.log('Try' + light_green +' Nimn (निम्न)' + NC + ' format. It can save bandwidth and reduce response size.');
console.log('');
console.log('Give us a \x1B[1m*\x1B[0m on '+ light_blue + 'https://github.com/NaturalIntelligence/anumargak'+ NC +' and help us to grow');
console.log('');
process.exit(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