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.7.9 to 1.7.10

2

package.json
{
"name": "tinygame.xyz",
"version": "1.7.09",
"version": "1.7.10",
"main": "index.js",

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

@@ -6,3 +6,3 @@ $(document).ready(function () {

$('#tuiSite img').each(function () {
console.log('hi');
console.log('img');
console.log($(this).attr('data-src'));

@@ -9,0 +9,0 @@ });

@@ -72,8 +72,6 @@ function tarHref(type){

var current_image;
var current_length;
$.ajaxSetup({async : false});
$.post("tsl.html", {"ts":"ts"}, function(data, state){current_length = parseInt(data);});
$.ajaxSetup({async : true});
console.log('hi');

@@ -80,0 +78,0 @@ var id = parseInt(getQueryString("ts"));

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