Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

isite

Package Overview
Dependencies
Maintainers
1
Versions
359
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isite - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "isite",
"version": "1.0.3",
"version": "1.0.4",
"description": "Fast & Easy Full Web Site Management",

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

#Start Your Site Fast
*Features
- Auto Routes [simple & Advanced]
- Handle Response Headers
- Auto Configer Request Cookies & Query Strings
- Detect User Session
- Auto Caching Files
- MD5 Hash Function

@@ -17,4 +24,16 @@ ## Installation

##Routes
Easy Site Routing
```js
site.addRoute({name: '/js/jquery.js',path: './js/jquery.min.js'});
site.addRoute({name: '/js/bootstrap.js',path: './js/bootstrap.min.js'});
site.addRoute({name: '/css/bootstrap.css',path: './css/bootstrap.min.css'});
site.addRoute({name: '/',path: './index.html'});
```
##More
Send Me Absunstar@gmail.com
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