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.17 to 1.7.18

2

package.json
{
"name": "tinygame.xyz",
"version": "1.7.17",
"version": "1.7.18",
"main": "index.js",

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

@@ -37,15 +37,20 @@ var request = require('request');

var img_length = $('img').length;
$('img').each(function (i, e) {
$('e').attr('src', $('e').attr('data-src'));
img_length--;
if (img_length == 0) {
html = $('html').html();
callback(html);
return;
}
});
//html = data;
}
callback(html);
if (img_length == 0) {
callback(data);
} else {
$('img').each(function (i, e) {
$('e').attr('src', $('e').attr('data-src'));
img_length--;
if (img_length == 0) {
html = $('html').html();
callback(html);
}
});
//html = data;
}
} else {
callback(html);
}
});

@@ -52,0 +57,0 @@ }

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