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

meddelare-server

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meddelare-server - npm Package Compare versions

Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2

.eslintrc

4

app/server.js

@@ -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",

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