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

micro-fame

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micro-fame - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

4

package.json
{
"name": "micro-fame",
"version": "0.6.1",
"version": "0.6.2",
"description": "rest api framework for micro",

@@ -9,3 +9,3 @@ "main": "src/index.js",

"scripts": {
"start": "nodemon --exec babel-node test/index.js",
"dev": "nodemon --exec babel-node test/index.js",
"lint": "eslint src/**/**/*.js",

@@ -12,0 +12,0 @@ "test": "ava test/*-test.js",

@@ -18,3 +18,3 @@ const micro = require('micro');

console.log(`Listening to ${address}:${port}`);
resolve({ address, port });
resolve({ address, port, server });
});

@@ -21,0 +21,0 @@

@@ -35,3 +35,2 @@ const fs = require('mz/fs');

for (const p of files) {
console.log(p);
if (p.length - p.lastIndexOf('.js') === 3) {

@@ -38,0 +37,0 @@ await require(path.resolve(loadDir, p)).apply(null, args);

Sorry, the diff of this file is not supported yet

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