Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

accelerated.api

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

accelerated.api - npm Package Compare versions

Comparing version
1.0.30
to
1.0.31
+18
instructions.sh
#!/bin/bash
echo ""
echo "======================="
echo "Accelerated Quick-Start"
echo "======================="
echo ""
echo "We really put a lot of effort in making this development as fast"
echo "as possible. So now, you can simply copy one of these two commands"
echo "and literally copy-and-paste them in your node project's directory:"
echo ""
echo "a) install starter-app into 'example' directory"
echo "cd node_modules/accelerated.api && npm run-script example ./../../ && cd ../../"
echo ""
echo "b) install blank template into node project directory"
echo "cd node_modules/accelerated.api && npm run-script blank ./../../ && cd ../../"
echo ""
+2
-1
{
"name": "accelerated.api",
"version": "1.0.30",
"version": "1.0.31",
"description": "Fast and scalable Express-based applications.",

@@ -8,2 +8,3 @@ "main": "index.js",

"test": "npm -v",
"install": "bash instructions.sh",
"example": "bash example.sh",

@@ -10,0 +11,0 @@ "blank": "bash blank.sh"