Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

crossmania

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crossmania - npm Package Compare versions

Comparing version
0.2.3
to
0.2.4
+2
-2
index.js

@@ -42,3 +42,3 @@ var router = require('router');

body = jsonp+'('+JSON.stringify(body)+');';
headers['content-type'] = 'text/javascript';
headers['content-type'] = 'text/javascript; charset=utf-8';
status = 200;

@@ -49,3 +49,3 @@ }

}
headers['content-type'] = headers['content-type'] || type;
headers['content-type'] = headers['content-type'] || (type+'; charset=utf-8');
headers['access-control-allow-origin'] = '*';

@@ -52,0 +52,0 @@

@@ -5,3 +5,3 @@ {

"keywords": ["cross-domain", "cors", "crud", "browser", "cross-browser"],
"version":"0.2.3",
"version":"0.2.4",
"homepage" : "https://github.com/gett/crossmania",

@@ -8,0 +8,0 @@ "author": "Ge.tt <hello@ge.tt>",