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

static-cling

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

static-cling - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

.circleci/config.yml

4

lib/index.js

@@ -16,3 +16,5 @@ const handler = require('./handler')

s.listen(config.port)
console.info('Server Started')
console.info(
`Server started and available at: http://localhost:${config.port}/`
)
}
{
"name": "static-cling",
"version": "2.0.1",
"version": "2.0.2",
"engines": [

@@ -31,3 +31,2 @@ "node >=8.0.0"

"dependencies": {
"@kev_nz/publisher": "^1.1.0",
"asciify": "^1.3.5",

@@ -43,5 +42,6 @@ "chalk": "^2.4.2",

"license": "Unlicense",
"main": "./lib/static",
"main": "./lib/index",
"devDependencies": {
"@kev_nz/eslint-config": "^3.0.1",
"@kev_nz/publisher": "^3.0.1",
"chai": "^4.2.0",

@@ -54,2 +54,2 @@ "eslint": "^5.13.0",

}
}
}
# Static Cling
[![Build Status](https://travis-ci.org/Kevnz/Static-Cling.svg?branch=master)](https://travis-ci.org/Kevnz/Static-Cling) [![npm version](https://badge.fury.io/js/static-cling.svg)](https://badge.fury.io/js/static-cling)
This is a node.js module that allows you to spin up a static file server either from code or from the command line.

@@ -3,0 +6,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