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

micro-core

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micro-core - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

bin/micro-serve

13

package.json
{
"name": "micro-core",
"version": "0.1.0",
"version": "0.2.0",
"description": "Micro core utilities",
"main": "dist/index.js",
"files": [
"dist"
"dist",
"bin"
],

@@ -13,2 +14,5 @@ "scripts": {

},
"bin": {
"micro-serve": "./bin/micro-serve"
},
"babel": {

@@ -43,3 +47,4 @@ "presets": [

"gulp-babel": "6.1.2",
"gulp-cached": "1.1.0"
"gulp-cached": "1.1.0",
"gulp-concat-util": "0.5.5"
},

@@ -50,4 +55,4 @@ "dependencies": {

"raw-body": "2.1.6",
"gulp-concat-util": "0.5.5"
"minimist": "1.2.0"
}
}

@@ -10,1 +10,14 @@ # micro-core

[micro](https://github.com/zeit/micro).
## micro-serve
This package ships with `micro-serve` installed in `bin`.
Point it to a module that exports a `micro` request handler:
```bash
$ micro-serve -h
usage: micro-serve [-h host] [-p port] <file>
$ micro-serve -p 3000 index.js
Listening on *:3000
```
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