meddelare-server
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var express = require("express"), | ||
@@ -44,3 +46,3 @@ | ||
if (whitelist.length === 0) { | ||
console.warn("The CORS domain whitelist is empty. This might lead to problems when requests arrive originate from domains other than the one the server is running on.") | ||
console.warn("The CORS domain whitelist is empty. This might lead to problems when requests arrive originate from domains other than the one the server is running on."); | ||
} | ||
@@ -47,0 +49,0 @@ |
{ | ||
"name": "meddelare-server", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"description": "Install custom social share counters on your website with your own hosted solution, which only makes a single API request and loads minimal or zero assets to display the counters.", | ||
@@ -20,2 +20,13 @@ "homepage": "http://meddelare.com/", | ||
}, | ||
"devDependencies": { | ||
"eslint": "^0.23.0", | ||
"jscs": "^1.13.1", | ||
"pre-commit": "^1.0.10" | ||
}, | ||
"scripts": { | ||
"test": "npm run lint && echo && echo 'No tests have been added!'", | ||
"lint": "npm run eslint && npm run jscs", | ||
"jscs": "node node_modules/jscs/bin/jscs app/server.js", | ||
"eslint": "node node_modules/eslint/bin/eslint.js app/server.js" | ||
}, | ||
"engines": { | ||
@@ -22,0 +33,0 @@ "node": "0.10.x", |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15930
8
40
0
3
2