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

minoss

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minoss - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

0

config/messages.js

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

8

package.json
{
"name": "minoss",
"title": "Mini Node Script Server",
"version": "0.1.10",
"version": "0.1.11",
"description": "Mini Node Script Server - Simple API Server with auto-loading, abstraction and configuration handling for IoT automation.",
"main": "server.js",
"homepage": "https://github.com/eisbehr-/minoss",
"bugs": "https://github.com/eisbehr-/minoss/issues",
"homepage": "https://github.com/dkern/minoss",
"bugs": "https://github.com/dkern/minoss/issues",
"author": {

@@ -16,3 +16,3 @@ "name": "Daniel 'Eisbehr' Kern",

"type": "git",
"url": "git@github.com:eisbehr-/minoss.git"
"url": "git@github.com:dkern/minoss.git"
},

@@ -19,0 +19,0 @@ "keywords": [

# Minoss - Mini Node Script Server
[![GitHub version](https://badge.fury.io/gh/eisbehr-%2Fminoss.svg)](http://github.com/eisbehr-/minoss)
[![GitHub version](https://badge.fury.io/gh/dkern%2Fminoss.svg)](http://github.com/dkern/minoss)
[![NPM version](https://badge.fury.io/js/minoss.svg)](http://www.npmjs.org/package/minoss)
[![Dependency version](https://david-dm.org/eisbehr-/minoss.png)](https://david-dm.org/eisbehr-/minoss)
[![Dependency version](https://david-dm.org/dkern/minoss.png)](https://david-dm.org/dkern/minoss)

@@ -62,7 +62,7 @@ This is a small yet powerful server based on [`node.js`](https://nodejs.org) and [`express`](http://expressjs.com).

Another way is, inside a folder where wanted to install Minoss, just to download the project files.
It's possible to download the [`zip` archive from GitHub](https://github.com/eisbehr-/minoss/archive/master.zip) or use `git` to download the latest files.
It's possible to download the [`zip` archive from GitHub](https://github.com/dkern/minoss/archive/master.zip) or use `git` to download the latest files.
With this way the core files of Minoss are stored inside the root folder.
```SH
$ git clone https://github.com/eisbehr-/minoss.git .
$ git clone https://github.com/dkern/minoss.git .
```

@@ -196,9 +196,9 @@

There are currently only a few modules available by myself.
Feel free to [create own Modules](https://github.com/eisbehr-/minoss-example) on your own or spread some new ones with other.
Feel free to [create own Modules](https://github.com/dkern/minoss-example) on your own or spread some new ones with other.
- [minoss-example](https://github.com/eisbehr-/minoss-example): An example module explaining how to create and use modules
- [minoss-google-home](https://github.com/eisbehr-/minoss-google-home): Plays audio files or TTS on Google Home devices
- [minoss-hue](https://github.com/eisbehr-/minoss-hue): Controlling Philips Hue devices and lamps
- [minoss-pushover](https://github.com/eisbehr-/minoss-pushover): Create and send push notifications via PushOver
- [minoss-telegram-bot](https://github.com/eisbehr-/minoss-telegram-bot): Adds a Telegram Bot to Minoss
- [minoss-example](https://github.com/dkern/minoss-example): An example module explaining how to create and use modules
- [minoss-google-home](https://github.com/dkern/minoss-google-home): Plays audio files or TTS on Google Home devices
- [minoss-hue](https://github.com/dkern/minoss-hue): Controlling Philips Hue devices and lamps
- [minoss-pushover](https://github.com/dkern/minoss-pushover): Create and send push notifications via PushOver
- [minoss-telegram-bot](https://github.com/dkern/minoss-telegram-bot): Adds a Telegram Bot to Minoss

@@ -215,3 +215,3 @@

More details and a full example can be found inside the [`minoss-example`](https://github.com/eisbehr-/minoss-example) repository.
More details and a full example can be found inside the [`minoss-example`](https://github.com/dkern/minoss-example) repository.

@@ -376,3 +376,3 @@

## Bugs / Feature request
Please [report](http://github.com/eisbehr-/minoss/issues) bugs and feel free to [ask](http://github.com/eisbehr-/minoss/issues) for new features directly on GitHub.
Please [report](http://github.com/dkern/minoss/issues) bugs and feel free to [ask](http://github.com/dkern/minoss/issues) for new features directly on GitHub.

@@ -379,0 +379,0 @@

/**
* Minoss - Mini Node Script Server - v0.1.9
* https://github.com/eisbehr-/minoss
* https://github.com/dkern/minoss
*

@@ -5,0 +5,0 @@ * Copyright 2016-2018, Daniel 'Eisbehr' Kern

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

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