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

tinygame.xyz

Package Overview
Dependencies
Maintainers
1
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinygame.xyz - npm Package Compare versions

Comparing version 1.2.201503141932 to 1.2.201503142152

server/public/game/js/game.js

2

package.json
{
"name": "tinygame.xyz",
"version": "1.2.201503141932",
"version": "1.2.201503142152",
"main": "index.js",

@@ -5,0 +5,0 @@ "dependencies": {},

@@ -196,3 +196,3 @@

for (var i = 0; i < games.length; i++) {
html += '<a href="' + games[i].href + '" class="list_a">';
html += '<a href="' + games[i].href + '" class="list_a" >';
html += '<div class="list_dl">';

@@ -199,0 +199,0 @@ html += '<div class="list_dt">';

@@ -39,3 +39,3 @@ // var conf

var r = location.search.substr(1).match(reg);
if (r != null) return unescape(decodeURI(r[2])); return null;
if (r != null) return unescape(decodeURI(r[2])); return 0;
}

@@ -42,0 +42,0 @@

@@ -139,3 +139,3 @@ var miaov = {};

//document.location.href = "http://www.baidu.com";
$('body').html(html);
//$('body').html(html);
}

@@ -142,0 +142,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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